git clone出现 fatal: unable to access ‘https://github.com/...‘的解决办法
错误信息:
fatal: unable to access ‘https://github.com/JackieZheng/\*\*.git/‘: OpenSSL SSL_read: Connection was reset, errno 10054
清除代理即可
git config --global --unset http.proxy
git config --global --unset https.proxy
还没有评论,来说两句吧...