通過git clone命令,把GitHub上的倉庫下載到本地時(shí),遇到下面的報(bào)錯(cuò)
(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
解決方法:在命令行中執(zhí)行以下命令
git config --global --unset http.proxy
git config --global --unset https.proxy