What should I do with this?
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 '...'
I tried the following from the answers to a similar question
git repack git prune git gc --aggressive
Nothing helps. The remote control is a mounted AFS file system, I have been clicking on it for several years without incident. I am not somewhere closer than the quota, and I have permission (I can easily touch the file in this file system). Git version 1.7.5.4.
source share