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

2021-09-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
上一篇 下一篇

猜你喜欢

热点阅读