正确解决方法
git config --global http.sslVerify false
错误解决方法:(主要是看错了嘿嘿,但是如果是
OpenSSL SSL_read: Connection was reset, errno 10054
Failed to connect to github.com port 443: Timed out
原文链接:https://blog.csdn.net/good_good_xiu/article/details/118567249 就可以用下面这两个
)
git config --global --unset http.proxygit config --global --unset https.proxy