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"