git推送失败远端意外挂断

git push failed The remote end hung up unexpectedly

error: RPC failed; result=56, HTTP code = 0
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date

今天早上刚开始收到这个错误,当时 尝试执行 git 推送,但它不起作用。其他回购协议不错,但这个不行。
Git 拉作品。如果有帮助,我会加入 Ubuntu。

这个也试过了,也没用

git config --global http.postBuffer 524288000

有一个项目文件夹中有我必须删除的照片。 我花了整整一周的时间才弄明白,因为项目不到 100mb

也可能是文件名包含特殊字符。

经过5天的奋斗,今天我发现有些文件包含“%,@,~,+”,这个错误"fatal: The remote end hung up unexpectedly"太不直观了。

通用 iOS 项目的全部魔力基于 ~ 和 @,文件名的格式为 "myImage~ipad@2x.png" 如果您尝试从终端提交此类项目,您可以观察到 "writing objects xx%" 然后它会中断。

相关参考:https://jira.atlassian.com/browse/CONFSERVER-4503