git push 时出现 “remote: fatal: early EOF” 错误
在 PUSH 时,出现“remote: fatal: early EOF”错误,解决方案:
修改 GIT 的本地 config 文件,在 core 中加入:
compression = -1
哈,又一个 WordPress 博客!
在 PUSH 时,出现“remote: fatal: early EOF”错误,解决方案:
修改 GIT 的本地 config 文件,在 core 中加入:
compression = -1