git 报错OpenSSL SSL_read: Connection was reset, errno 10054

1585364631
2023-02-09 / 0 评论 / 278 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2023年02月09日,已超过1128天没有更新,若内容或图片失效,请留言反馈。

git报错OpenSSL SSL_read: Connection was reset, errno 10054

解决方法

取消本机代理

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

评论 (0)

取消