You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the latest julia nightly Windows build I get a double warning could not download https://pkg.julialang.org/registries.
This happens if I ]registry rm General followed by ]up. I don't get this if I ]registry add General before ]up, or if I run ]up a second time (i.e. when the registry is in place).
So it seems pretty harmless, but the warning may throw off users.
PS C:\Users\visser_mn\.julia> c:\bin\julia-1.6\bin\julia.exe --startup-file=no
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.0-DEV.1483 (2020-11-13)
_/ |\__'_|_|_|\__'_| | Commit 3dc54a23ac (0 days old master)
|__/ |
(@v1.6) pkg> up
Installing known registries into `C:\Users\visser_mn\.julia`
┌ 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:937
┌ 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:937
Cloning registry from "https://github.com/JuliaRegistries/General.git"
Added registry `General` to `C:\Users\visser_mn\.julia\registries\General`
Updating registry at `C:\Users\visser_mn\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
No Changes to `C:\Users\visser_mn\.julia\environments\v1.6\Project.toml`
No Changes to `C:\Users\visser_mn\.julia\environments\v1.6\Manifest.toml`
The text was updated successfully, but these errors were encountered:
On the latest julia nightly Windows build I get a double warning
could not download https://pkg.julialang.org/registries
.This happens if I
]registry rm General
followed by]up
. I don't get this if I]registry add General
before]up
, or if I run]up
a second time (i.e. when the registry is in place).So it seems pretty harmless, but the warning may throw off users.
The text was updated successfully, but these errors were encountered: