fatal: unable to access ‘https://github.com/...’:OpenSSL SSL_read: Connection was reset, errno10054
使用idea中git push出现错误fatal: unable to access ‘https://github.com/…’: OpenSSL SSL_read: Connection was reset, errno 10054
第一步点击idea中的terminal
第二步输入以下两行
git config --global --unset http.proxy
git config --global --unset https.proxy
第三步,重新关联自己的git
git remot
原创
2021-08-21 15:43:24 ·
1645 阅读 ·
0 评论