RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

git clone

今天git clone一直下载不下来,github.com 网站是能够打开的git

报错提示:github

Clone failed
			RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
			The remote end hung up unexpectedly
			early EOF
			index-pack failed
  • 进入到你的项目下面 执行
    • git config http.postBuffer 524288000
    • git config http.sslVerify “false”

而后再执行 git clone的命令web

先下载试试看看bash