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

Bug 360136

Summary: Insufficient permissions to push to jdt.debug repository
Product: Community Reporter: Curtis Windatt <curtis.windatt.public>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Curtis Windatt CLA 2011-10-06 12:54:28 EDT
Same exception as Ankur experienced with bug 359804

Solution there was: missing g+s on the objects dir

Can't connect to any repository: ssh://cwindatt@git.eclipse.org/gitroot/jdt/eclipse.jdt.debug.git (An internal Exception occurred during push: ssh://cwindatt@git.eclipse.org/gitroot/jdt/eclipse.jdt.debug.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit)
Comment 1 Denis Roy CLA 2011-10-06 13:35:18 EDT
Actually, the group owner of many of the objects was 'common', which is everyone, so I've reset permissions there.  Also, the .git/config file was missing sharedrepository = 1

There was also another JDT repo which had inconsistencies like this.  I've fixed them both.
Comment 2 Curtis Windatt CLA 2011-10-06 13:53:02 EDT
Works now. Thanks