English 中文(简体)
死亡:在关闭沙1号档案时错误: 产出/产出错误
原标题:fatal: error when closing sha1 file: Input/output error
  • 时间:2012-05-11 03:23:15
  •  标签:
  • git

我在这一点上做了些什么?

git push
Counting objects: 30, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (14/14), done.
fatal: error when closing sha1 file: Input/output error
error: pack-objects died of signal 13
error: failed to push some refs to  ... 

我从answers A. 与类似问题的关系

git repack
git prune
git gc --aggressive

没有任何帮助。 遥远是安装的AFS档案系统,几年来,我一直在推进该系统。 我不是在配额附近任何地方,我也得到许可(我可以毫无问题地向这个档案系统查询档案)。 吉特文本 1.7.5.4。

最佳回答

显然,正如评论所示,这是与遥远档案服务器有关的问题。 在等待一段时间后,我得以无所事地推进。

问题回答

This is result of disk quota exceeded. I got same error without additional explanation. I then noticed that my disk quota was exceeded. After freeing some disk space, i was able to perform the original git action.

PS:在我的案件中,错误状况阻止了 localgit 存放地的任何变化。 我无法做任何增加/承诺/普什/克(所有数字都高于沙1档案错误)。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签