So I have a weird issue. I'm hosting a project over at a Git repository, I have a local开发者_JAVA百科 box (mac os x) and a remote production box (Linux).
Cloning the Git repository (which is being hosted by codebasehq) from my local machine works great, no issues. Cloning it from my remote box makes it fail with the index-pack failed err.
It worked in the beginning but as the project has grown the issues has become more and more frequent and I now have to revert to getting a tar archive of my repository seeing as a git clone now always fails on the remote machine while still always succeeding on my local machine.
All the pack utilities are in the path, I have run Git gc multiple times and pushed, still the same issue. Any ideas?
Edit
So I'm accessing the repos by ssh and there is no other error message than the paste underneath. :( Still have the same issue, really annoying.
Receiving objects: 100% (9830/9830), 51.14 MiB | 1940 KiB/s, done.
fatal: index-pack failed1/2570)
精彩评论