I'm coding with two other friends and we're all using the same repository. For some reason, git randomly fails for me, and only me.
error: insufficient permission for adding an object to repository database .git/ objects
What's intriguing is that we noticed that when friend A pushes his code, I don't get this error anymore, and I can happily push my code as well. Now when friend B pushes his code, all of a sudden, I see this error again.
This is extremely bizarre -- what am I missing here?