git连接超时异常解决

Unable to access 'https://github.com/lawrence555/wh.git/': OpenSSL SSL_read: Connection was reset, errno 10054

Unable to access 'https://github.com/lawrence555/wh.git/': Failed to connect to github.com port 443 after 21068 ms: Timed out

解决上述异常:

git config --global --unset http.proxy

git config --global --unset https.proxy

 

$ git config --global http.sslVerify "false"

posted @ 2022-03-21 18:32  _Lawrence  阅读(372)  评论(0编辑  收藏  举报