标签: Git

4 篇文章

git代理异常
fatal: unable to access 'https://github.com.git/': OpenSSL SSL_read: Connection was reset, errno 10054 解决方案一 关闭ssl证书 git config --global http.sslVerify "false" fatal…