I am attempting to update my packages on Julia 1.5.1 and it tells me that it cannot contact pkg.julialang.org/registries.
Messing around with curl pkg.julialang.org/registries
, I receive the domain-specific redirect fine (https://us-east2.pkg.julialang.org/registries
), but attempts to reach that address time out for me. If I switch to http://
, same problem with a different error message. Pings to that address also fail.
This is true both from my work VPN and my home desktop.
For the moment my workaround is to clone the github JuliaRegistries/General repo into my .julia/registries directory, but julialang.org
is the default for things like downloading artifacts (with github as a fallback) so even if I’m capable of downloading them it takes more than twice as long due to timeouts. I’d like to resolve this. Please let me know if there’s any more necessary information.