Bug 467014 - Error occurred during unpacking on the remote end: unpack-objects abnormal exit
Summary: Error occurred during unpacking on the remote end: unpack-objects abnormal exit
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 11:07 EDT by Christos Panagiotou CLA
Modified: 2015-05-12 05:40 EDT (History)
1 user (show)

See Also:


Attachments
Eclipse error (302.16 KB, image/jpeg)
2015-05-11 11:07 EDT, Christos Panagiotou CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christos Panagiotou CLA 2015-05-11 11:07:37 EDT
Created attachment 253386 [details]
Eclipse error

When I try to push my source code to Git I get the error:

"Error occurred during unpacking on the remote end: unpack-objects abnormal exit"

I am new to Eclipse/Git, so please help me.
Comment 1 Eclipse Webmaster CLA 2015-05-11 11:13:52 EDT
Re-assigning to the EGit team as this doesn't directly relate to Eclipse.orgs Git services, and they may be able to provides some insight.

Based on the error however I'd guess that either you don't have permissions(user or group) on the Git server at 10.10.0.38 to write into the objects directory, or that there is hook script with bad permissions.

Also check out: http://stackoverflow.com/questions/8442695/git-push-failed-unpack-objects-abnormal-exit


-M.
Comment 2 Matthias Sohn CLA 2015-05-12 05:40:01 EDT
The error message EGit shows was created by your Git server, something went wrong while unpacking a packfile you uploaded by pushing.

Is this a transient problem and repeating the push works ? 
Can you push using native git command line ?

Otherwise you probably need to ask an administrator to check what's wrong on your server.