Since a few days ago, when trying to run git pull
on a production server which has been working fine for the last several months, I am getting the following error:
error: rev-list died of signal 9
remote: Counting objects: 1487, done.
remote: Compressing objects: 100% (333/333), done.
remote: Total 1340 (delta 952), reused 1340 (delta 952)
Receiving objects: 100% (1340/1340), 59.51 MiB | 26.78 MiB/s, done.
error: index-pack died of signal 9
fatal: index-pack failed
The server is Ubuntu 12.04 and the git version is 1.7.9.5.
I have found similar questions on Stack Overflow ( repo sync fails with "error: index-pack died of signal 9" and Repack of Git repository fails ) but I am not sure if their answers could also apply to my case and I don't want to mess it up even more.
Any help with this, please?