Alternatively set it so a different Pkg Server, e.g.
export JULIA_PKG_SERVER=us-east.pkg.julialang.org
in the shell, or
ENV["JULIA_PKG_SERVER"] = "us-east.pkg.julialang.org"
from within Julia.
Alternatively set it so a different Pkg Server, e.g.
export JULIA_PKG_SERVER=us-east.pkg.julialang.org
in the shell, or
ENV["JULIA_PKG_SERVER"] = "us-east.pkg.julialang.org"
from within Julia.