git clone 失败 fatal: early EOF fatal: the remote end hung up unexpectedly fatal: index-pack failed

出现此问题有可能是上传大小限制: 
执行如下命令

  git config http.postBuffer 524288000

出现如下错误:curl 56 OpenSSL SSL_read:SSL_ERROR_sysCALL

 执行:  git config http.sslVerify "false"

原文地址:https://www.cnblogs.com/li923/p/13277725.html