git config --global http.sslBackend "openssl"
#在安装目录下找到cert.pem的路径
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
git config --global http.sslBackend "openssl"
#在安装目录下找到cert.pem的路径
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"