This alert began to appear 3 days ago !!! Previously, everything was running satisfactorily.
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.3 (2021-09-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.6) pkg> up
Installing known registries into `C:\Users\Hermesr\.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:997
β 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:997
Cloning registry from "https://github.com/JuliaRegistries/General.git"
ERROR: failed to clone from https://github.com/JuliaRegistries/General.git, error: GitError(Code:ERROR, Class:OS, failed to get server certificate: The handle is in the wrong state for the requested operation
)
(@v1.6) pkg>
I already tried with:
registry rm General
and then
registry add General
and then up again.
without results. always the same alert !!!
But from the VSCode console it was possible to add the registers.
Only afterwards was it possible for me to perform the update from REPL
[ Info: Activating project in C:\projects\DifferentialEquations
Activating environment at `C:\projects\DifferentialEquations\Project.toml`
(DifferentialEquations) pkg> up
Installing known registries into `C:\Users\Hermesr\.julia`
Cloning registry from "https://github.com/JuliaRegistries/General.git"
Added registry `General` to `C:\Users\Hermesr\.julia\registries\General`
Updating registry at `C:\Users\Hermesr\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
No Changes to `C:\projects\DifferentialEquations\Project.toml`
No Changes to `C:\projects\DifferentialEquations\Manifest.toml`
Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.6.3 (2021-09-23)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.6) pkg> up
Updating registry at `C:\Users\Hermesr\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
β Warning: Some registries failed to update:
β β C:\Users\Hermesr\.julia\registries\General β failed to fetch from repo
β @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:1246
Updating git-repo `C:\Users\Hermesr\Documents\GitHub\CoolProp.jl`
Cloning [14b8a8f1-9102-5b29-a752-f990bacb7fe1] PkgTemplates from https://github.com/invenia/PkgTemplates.jl.git
ERROR: failed to clone from https://github.com/invenia/PkgTemplates.jl.git, error: GitError(Code:ERROR, Class:OS, failed to get server certificate: The handle is in the wrong state for the requested operation
)
(@v1.6) pkg>
β Warning: could not download https://pkg.julialang.org/registries
β exception = Could not resolve host: pkg.julialang.org while requesting https://pkg.julialang.org/registries
β @ Pkg.Registry /Users/administrator/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-macmini-aarch64-1.0/build/default-macmini-aarch64-1-0/julialang/julia-release-1-dot-8/usr/share/julia/stdlib/v1.8/Pkg/src/Registry/Registry.jl:68
But then it has since stopped happening without my doing anything.