Days without updating the package registries

More than three days without updating the package registries.
What to do?

(@v1.5) pkg> up
No Changes to `C:\Users\Hermesr\.julia\environments\v1.5\Project.toml`
No Changes to `C:\Users\Hermesr\.julia\environments\v1.5\Manifest.toml`
(@v1.5) pkg>rs\Hermesr\.julia\environments\v1.5\Manifest.toml`

Normally daily I had updates, in some package !!!

Update to Julia 1.6.

3 Likes

Not sure I understand the question - do you have a specific package in your environment which should update but doesn’t?

2 Likes

Generally the registry should try update after up. It doesn’t seem to happen here for some reason. I would try pkg> registry remove General; registry add General

1 Like

could not download https://pkg.julialang.org/registries

04/05/2021 15:48

(@v1.6) pkg> registry remove General
    Removing registry `General` from C:\Users\Hermesr\.julia\registries\General

(@v1.6) pkg> registry add General
┌ Warning: could not download https://pkg.julialang.org/registries
└ @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:980
     Cloning registry from "https://github.com/JuliaRegistries/General.git"
ERROR: failed to clone from https://github.com/JuliaRegistries/General.git, error: GitError(Code:ERROR, Class:OS, failed to send request: The connection with the server was terminated abnormally
)

(@v1.6) pkg>