Yeah, I know, this thing has been on here before, I've seen the questions. git push gives me this:
error: insufficient permission for adding an object to repository database ./objects
I have just one question: Is this error regarding the local or the server-side repository database?
And why am I the only one getting this error among the developers?
(I'm asking this question because my server guy doesn't want to believe me that this is a server-side problem)
Alright, here's the long version:
Two users have pulled a rep into their workspace.
- User 2 pushes some change.
- User 1 changes something, commits, then pulls the change of User 2 to be merged.
User 1 tries to push, but gets this:
git.exe push --progress "origin" dev:dev
Counting objects: 18, done. Compressing objects: 100% (10/10) Writing objects: 100% (10/10) Writing objects: 100% (10/10), 870 bytes, done. Total 10 (delta 6), reused 0 (delta 0) error: insufficient permission for adding an object to repository database ./objects
fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To git@XXX:twf ! [remote rejected] dev -> dev (n/a (unpacker error)) error: failed to push some refs to 'git@XXX:twf'
git did not exit cleanly (exit code 1)