When I updated the Julia library, I encountered an error. However, it was working fine before. Has anyone encountered such a problem?
julia> versioninfo()
Julia Version 1.10.4
Commit 48d4fd4843 (2024-06-04 10:41 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 22 × Intel(R) Core(TM) Ultra 7 155H
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, goldmont)
Threads: 1 default, 0 interactive, 1 GC (on 22 virtual cores)
Environment:
JULIA_PKG_SERVER = https://mirrors.pku.edu.cn/julia
(@v1.10) pkg> up
┌ Warning: could not download https://mirrors.pku.edu.cn/julia/registries
│ exception = RequestError: schannel: failed to open CA file 'C:\ProgramDatanaconda3_2024_10_1\Library\ssl': Unknown error 123 (0x0000007B) while requesting https://mirrors.pku.edu.cn/julia/registries
└ @ Pkg.Registry C:\Users\whkdi\AppData\Local\Programs\Julia-1.10.4\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:69
Updating registry at `C:\Users\whkdi\.julia\registries\General.toml`
┌ Warning: could not download https://mirrors.pku.edu.cn/julia/registries
│ exception = RequestError: schannel: failed to open CA file 'C:\ProgramDatanaconda3_2024_10_1\Library\ssl': Unknown error 123 (0x0000007B) while requesting https://mirrors.pku.edu.cn/julia/registries
└ @ Pkg.Registry C:\Users\whkdi\AppData\Local\Programs\Julia-1.10.4\share\julia\stdlib\v1.10\Pkg\src\Registry\Registry.jl:69
Cloning [6fe1bfb0-de20-5000-8ca7-80f57d26f881] OffsetArrays from https://github.com/JuliaArrays/OffsetArrays.jl.git
ERROR: failed to clone from https://github.com/JuliaArrays/OffsetArrays.jl.git, error: GitError(Code:ERROR, Class:SSL, Your Julia is built with a SSL/TLS engine that libgit2 doesn't know how to configure to use a file or directory of certificate authority roots, but your environment specifies one via the SSL_CERT_FILE variable. If you believe your system's root certificates are safe to use, you can `export JULIA_SSL_CA_ROOTS_PATH=""` in your environment to use those instead.)