Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358535 - Unable to push changes to repository
Summary: Unable to push changes to repository
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 05:02 EDT by Deepak Azad CLA
Modified: 2011-09-22 10:57 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.