tags:

views:

26

answers:

0
$ git pull
fatal: git upload-pack: unable to fork git-pack-objects
fatal: The remote end hung up unexpectedly
fatal: protocol error: bad pack header

I'm experiencing the above error, it is weird because this error is occuring on a machine where the repository is local. I can still push/pull from my computer to that remote machine. How can I resolve this short of deleting everything cloning it again?

Thanks.