when you get an unpacker error “unpack failed” and git is being RIDICULOUSLY CRYPTIC (as usual) about it’s error, try this.
git repack remote/origin/master
I’m sick of pulling my hair out over this.
Be who you are and say what you feel, because those who mind don’t matter and those who matter don’t mind. – Dr. Seuss
when you get an unpacker error “unpack failed” and git is being RIDICULOUSLY CRYPTIC (as usual) about it’s error, try this.
git repack remote/origin/master
I’m sick of pulling my hair out over this.
Thanks! this totally solved my issue. You are awesome.
I had the same problem, but it was caused by some files in the remote repo not belonging to the correct user. So, a recursive chown to the “git” user fixed the problem.
Dave