これについてどうすればよいですか?
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 '...'
同様の質問への回答から次のことを試しました
git repack
git prune
git gc --aggressive
何も役に立ちません。リモートはマウントされた AFS ファイルシステムです。私は数年間何事もなくプッシュしてきました。私はクォータに近づいていませんが、許可があります (このファイルシステムのファイルに問題なくアクセスできます)。Git バージョン 1.7.5.4。