git bash命令行中执行下列命令,第二条命令的路径更改成自己的cert.pem的文件路径(一般在git安装目录下)
git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
然后又出现了:。。。待解决
git bash命令行中执行下列命令,第二条命令的路径更改成自己的cert.pem的文件路径(一般在git安装目录下)
git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"
然后又出现了:。。。待解决