手机网站设计公司可去亿企邦,自已建网站卖东西要多少钱,九江做网站哪家好,高端购物网站fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed使用git clone总是报错
查看原因有三种可能#xff1a;要么是缓存不够#xff0c;要么是网络不行#xff0c;要么墙的原因。
如果是网络不行#xff0c;可以配置git的最低速度和最…fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed使用git clone总是报错
查看原因有三种可能要么是缓存不够要么是网络不行要么墙的原因。
如果是网络不行可以配置git的最低速度和最低速度时间
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999【补充】文件太大的解决方法
当clone或者push git项目时文件太大也会出现fatal: The remote end hung up unexpectedly
此时需要修改.gitconfig配置文件打开终端,执行指令:
git config http.postBuffer 524288000 将postBuffer的缓存设置为500M即可。
参考 https://blog.csdn.net/Cai_deLong/article/details/115255735