remote: error: insufficient permission for adding an object to repository database ./objects
-
Hi, I was using workspaces git repository this evening. It ws working fine, but now I'm getting the following error when I do a 'push' remote: error: insufficient permission for adding an object to repository database ./objects see below for the command with response.... $ git push Counting objects: 8, done. Delta compression using up to 8 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.16 KiB | 0 bytes/s, done. Total 5 (delta 3), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database ./objects remote: fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To ssh://git@git.codeproject.com/fishy-j/eventlogfirewall ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://git@git.codeproject.com/ I'm not sue if it's something on my PC that's wrong. Anyone any ideas. Thanks, Jason.
-
Hi, I was using workspaces git repository this evening. It ws working fine, but now I'm getting the following error when I do a 'push' remote: error: insufficient permission for adding an object to repository database ./objects see below for the command with response.... $ git push Counting objects: 8, done. Delta compression using up to 8 threads. Compressing objects: 100% (5/5), done. Writing objects: 100% (5/5), 1.16 KiB | 0 bytes/s, done. Total 5 (delta 3), reused 0 (delta 0) remote: error: insufficient permission for adding an object to repository database ./objects remote: fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To ssh://git@git.codeproject.com/fishy-j/eventlogfirewall ! [remote rejected] master -> master (unpacker error) error: failed to push some refs to 'ssh://git@git.codeproject.com/ I'm not sue if it's something on my PC that's wrong. Anyone any ideas. Thanks, Jason.
That looks like error on server-side. We'll analyze our logs. Is it persistent, if you try again, does it say the same thing?
-
That looks like error on server-side. We'll analyze our logs. Is it persistent, if you try again, does it say the same thing?
-
Hi Kamil, Yes, the error is still happening. Thanks for looking at this so quickly. Best regards Jason.
-
Hi Kamil, Looks like the problem has been corrected. Just tried the push again and it now working. Same machine, same folder. Thanks for fixing the problem so quickly. Best regards, Jason.
Hello Jason, Indeed, our team fixed the problem about half an hour before you tried. We had some temporary problem with filesystem permissions being set incorrectly, which was affecting very small number of new repositories. It should be fine now, thanks for feedback.