git clone出现 fatal: unable to access ‘https://github.com/...‘的解决办法

我就是我 2022-08-29 15:51 245阅读 0赞

错误信息:

fatal: unable to access ‘https://github.com/JackieZheng/\*\*.git/‘: OpenSSL SSL_read: Connection was reset, errno 10054

清除代理即可

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

发表评论

表情:
评论列表 (有 0 条评论,245人围观)

还没有评论,来说两句吧...

相关阅读