git clone The remote end hung up unexpectedlyiB

clone 不下来,什么原因?

λ git clone https://github.com/jackfrued/Python-100-Days
Cloning into 'Python-100-Days'...
remote: Enumerating objects: 160, done.
remote: Counting objects: 100% (160/160), done.
remote: Compressing objects: 100% (146/146), done.
fefatal: The remote end hung up unexpectedlyiB | 112.00 KiB/s
rror: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
atal: early EOF
fatal: index-pack failed
 
λ git clone git@github.com:jackfrued/Python-100-Days.git
Cloning into 'Python-100-Days'...
ssh_exchange_identification: read: Connection reset by peer
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
阅读 3.3k
1 个回答

试试先

$ git config http.sslVerify "false"

再 git clone

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进