?正確解決方法
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
?