git push命令报错:fatal: unable to access 'http://...': Recv failure: Connection was reset

解决思路:清除代理

解决方法:在cmd命令行执行以下命令

1 git config --global --unset http.proxy
2 git config --global --unset https.proxy
posted @ 2023-11-05 22:39  叶疏鸿  阅读(52)  评论(0编辑  收藏  举报