git ssl问题

 

方案一
在git bash命令行中依次输入以下命令:

git config --global http.sslBackend "openssl"
git config --global http.sslCAInfo "C:\Program Files\Git\mingw64\ssl\cert.pem"

posted @ 2021-10-07 10:06  jack-jin  阅读(438)  评论(0)    收藏  举报