JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
613 stars 251 forks source link

`Exception: RequestError` #3752

Closed SimonEnsemble closed 6 months ago

SimonEnsemble commented 6 months ago

a student freshly installed Julia on Windows, then got this RequestError when trying to install his first package. what can we do?

image

omus commented 6 months ago

As work around you can launch Julia with JULIA_PKG_SERVER="" julia. This disables the use of the Pkg server and uses the slower registry cloning approach.

SimonEnsemble commented 6 months ago

thanks! seems after restarting his computer, the normal way of launching Julia + add Pluto works. odd.