如何解决fatal: early EOF,fatal: index-pack failed问题

来源:https://www.yii666.com/learning/git/105.html

 

问题描述:

fatal: the remote end hung up unexpectedly MiB | 4.00 KiB/s

fatal: early EOF

fatal: index-pack failed

 

解决方案:

配置git的最低速度和最低速度时间:

git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999 #单位/秒

注:--global配置对当前用户生效,如果需要对所有用户生效,则用 --system

上一篇:StataIC——短面板数据分析(以检验啤酒税将降低交通死亡率的假说为例)一、面板数据与模型二、面板数据模型估计及标准误的修正三、短面板数据分析的基本程序


下一篇:git问题汇总(不定时更新)