Community
Participate
Working Groups
I got the following error in Git Gui (and a similar error in Egit) ---------------------------------------------------------------------------- Pushing to ssh://dazad@git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git error: insufficient permission for adding an object to repository database ./objects fatal: failed to write object error: unpack failed: unpack-objects abnormal exit To ssh://dazad@git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git ! [remote rejected] master -> master (n/a (unpacker error)) error: failed to push some refs to 'ssh://dazad@git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git' ---------------------------------------------------------------------------- I hope the bug is in the right place. (I saw bug 350240 which looks same as this)
Looks like similar bad permissions for the JDT group. Should all be fixed now. -M.
Thanks! It works now.