Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: could not download https://pkg.julialang.org/registries #2207

Closed
visr opened this issue Nov 13, 2020 · 1 comment
Closed

Warning: could not download https://pkg.julialang.org/registries #2207

visr opened this issue Nov 13, 2020 · 1 comment

Comments

@visr
Copy link
Contributor

visr commented Nov 13, 2020

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`
@KristofferC
Copy link
Member

JuliaLang/julia#38429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants