Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360136 - Insufficient permissions to push to jdt.debug repository
Summary: Insufficient permissions to push to jdt.debug repository
Status: VERIFIED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-06 12:54 EDT by Curtis Windatt CLA
Modified: 2011-10-06 13:53 EDT (History)
0 users

See Also:


Attachments

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