美文网首页
解决fatal: 无法访问 'https://github.co

解决fatal: 无法访问 'https://github.co

作者: 沈正方 | 来源:发表于2021-09-14 22:14 被阅读0次

通过git clone命令,把GitHub上的仓库下载到本地时,遇到下面的报错

(base) Bryan-MacBook-Pro:desktop bryan$ git clone https://github.com/shenzhengfang/kkndme_tianya.git
正克隆到 'kkndme_tianya'...
fatal: 无法访问 'https://github.com/shenzhengfang/kkndme_tianya.git/':LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60

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

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

相关文章

网友评论

      本文标题:解决fatal: 无法访问 'https://github.co

      本文链接:https://www.haomeiwen.com/subject/ptyhgltx.html