之前在github上建了一个项目,传了几个不到1M的xlsx表格,但是用家里的电脑克隆项目时一直报错:
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
尝试了https和ssh克隆均以失败告终
查看了一些网上的解决方法,原来是文件过大造成的这个错误
解决方法:
运行:git config –global http.postBuffer 1048576000 即可