git config --global http.sslBackend "openssl"
#在安装目录下找到cert.pem的路径
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
fatal: unable to access ‘https://github.com/xxx‘: OpenSSL SSL_connect
最新推荐文章于 2024-06-15 12:28:19 发布