Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358535

Summary: Unable to push changes to repository
Product: Community Reporter: Deepak Azad <deepakazad>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Deepak Azad CLA 2011-09-22 05:02:03 EDT
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)
Comment 1 Eclipse Webmaster CLA 2011-09-22 10:38:03 EDT
Looks like similar bad permissions for the JDT group.  Should all be fixed now.

-M.
Comment 2 Deepak Azad CLA 2011-09-22 10:57:49 EDT
Thanks! It works now.