来源: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