Loading

fatal: The remote end hung up unexpectedly MiB fatal: early EOF fatal: index-pack failed解决方案

某些仓库从github下载,包体积比较大,且有以下报错

fatal: the remote end hung up unexpectedlyMiB | 8.00 KiB/s
fatal: early EOF
fatal: index-pack failed

修改全局配置

//httpBuffer加大
git config --global http.postBuffer 524288000
//压缩配置
git config --global core.compression -1

如果是因为速度慢导致该错误,搞个梯子加速或者直接迅雷下载相应的zip文件

posted @ 2021-02-15 00:43  BigBender  阅读(518)  评论(0编辑  收藏  举报