Community
Participate
Working Groups
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
Ok, you should be all set(missing g+s on the objects dir). -M.
Ankur, please confirm whether your issues are fixed so this can be closed.
Yes. All set. I was able to push my changes. Thank you.