通过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