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

Bug 359804

Summary: Insufficient permission to push to PDE git repo
Product: Community Reporter: Ankur Sharma <ankur_sharma>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: curtis.windatt.public
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ankur Sharma CLA 2011-10-04 05:01:52 EDT
Git URL :  ssh://asharma@git.eclipse.org/gitroot/pde/eclipse.pde.ui.git 
Id: asharma

I get this error by EGit when I am trying to push my commit from a local branch to its origin (which is remote branch and not master).

"Can't connect to any repository: ssh://asharma@git.eclipse.org/gitroot/pde/eclipse.pde.ui.git (An internal Exception occurred during push: ssh://asharma@git.eclipse.org/gitroot/pde/eclipse.pde.ui.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit)"

The command line would give this error

"Counting objects: 78, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (36/36), done.
Writing objects: 100% (44/44), 17.20 KiB, done.
Total 44 (delta 27), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects
error: unpack failed: unpack-objects abnormal exit

fatal: failed to write object
To ssh://asharma@git.eclipse.org/gitroot/pde/eclipse.pde.ui.git
 ! [remote rejected] HEAD -> 347695_target_ui_api (n/a (unpacker error))
error: failed to push some refs to 'ssh://asharma@git.eclipse.org/gitroot/pde/eclipse.pde.ui.git'



-- Configuration Details --
Product: Eclipse Platform 3.7.0.v201106131736 (org.eclipse.platform.ide)
Installed Features:
 org.eclipse.platform 3.7.0.v20110530-9gF7UHNFFt4cwE-pkZDJ7oz-mj4OSEIlu9SEv0f
Comment 1 Eclipse Webmaster CLA 2011-10-04 09:26:18 EDT
Ok, you should be all set(missing g+s on the objects dir).

-M.
Comment 2 Curtis Windatt CLA 2011-10-05 10:36:50 EDT
Ankur, please confirm whether your issues are fixed so this can be closed.
Comment 3 Ankur Sharma CLA 2011-10-05 12:15:55 EDT
Yes. All set. I was able to push my changes.

Thank you.