致命:无法读取对象 <objectid> 中断的系统调用

Ken*_*AUD 1 git heroku

我正在使用git push origin我的本地存储库到远程,但出现主题错误

fatal: failed to read object 0419b2704f64367e58aa621e7e0c457276bc9d48:
Interrupted system call 
error: failed to push some refs to
Run Code Online (Sandbox Code Playgroud)

这是什么意思?

Ash*_*waj 22

我知道这是一个老问题,但我最近在 Mac Big Sur 上遇到了同样的问题。结果是我的 Avast Antivirus 导致了这个问题。我关闭了 File Shield 并且 git push 开始工作了!!Push 完成后,我再次打开它。


Arn*_*vat 7

遇到同样的问题,服务器响应“远程:致命:早期 EOF”。

停用我的 AV (BitDefender) 并没有改变任何东西。

感谢 rdiez 在https://www.spinics.net/lists/git/msg385182.html上的一些帖子,尝试将 --quiet 添加到 git push 命令:

git push --安静

问题解决了 !