git push 时出现 “remote: fatal: early EOF” 错误 发布于2013年06月28日 作者:osnaile 在 PUSH 时,出现“remote: fatal: early EOF”错误,解决方案: 修改 GIT 的本地 config 文件,在 core 中加入: compression = -1 相关