Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 354547 - Cannot push to git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.eclipse-build.git/
Summary: Cannot push to git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.ecli...
Status: RESOLVED 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-08-11 16:17 EDT by Sami Wagiaalla CLA
Modified: 2011-08-11 16:45 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 Sami Wagiaalla CLA 2011-08-11 16:17:32 EDT
I get the following error message when I try to push:

$ git push
Password: 
Counting objects: 43, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (34/34), done.
Writing objects: 100% (34/34), 25.15 KiB, done.
Total 34 (delta 25), reused 0 (delta 0)
error: insufficient permission for adding an object to repository database ./objects

fatal: failed to write object
error: unpack failed: unpack-objects abnormal exit
To ssh://swagiaalla@git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.eclipse-build.git/
 ! [remote rejected] eclipse42 -> eclipse42 (n/a (unpacker error))
error: failed to push some refs to 'ssh://swagiaalla@git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools.eclipse-build.git/'
Comment 1 Eclipse Webmaster CLA 2011-08-11 16:36:25 EDT
I think the issue was some of the data in the objects dir was not group writable.

-M.
Comment 2 Sami Wagiaalla CLA 2011-08-11 16:45:12 EDT
works now.
Thanks for the quick fix!