Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 359804 - Insufficient permission to push to PDE git repo
Summary: Insufficient permission to push to PDE git repo
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Git (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 05:01 EDT by Ankur Sharma CLA
Modified: 2011-10-05 12:15 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 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.