解决办法
在github项目在本地的根目录下打开git命令行,
执行下面的命令:
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.sslBackend "openssl"
## 关闭 ssl 校验
git config --global http.sslVerify false
解决办法
在github项目在本地的根目录下打开git命令行,
执行下面的命令:
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.sslBackend "openssl"
## 关闭 ssl 校验
git config --global http.sslVerify false
本文标题:在mac 使用git pull代码报错 LibreSSL SSL
本文链接:https://www.haomeiwen.com/subject/zmqeeltx.html
网友评论