Git 推送到远程仓库时报错 OpenSSL SSL_read: Connection was reset, errno 10054

Git 推送到远程仓库时 fatal: unable to access ‘https://github.com/xxx/yyy.git/‘: OpenSSL SSL_read: Connection was reset, errno 10054

解决方法:

只需要执行以下两行命令:

git config --global --unset http.proxy
git config --global --unset https.proxy

猜你喜欢

转载自blog.csdn.net/weixin_46051479/article/details/126477150
今日推荐