Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-reviews-dev] git push: error: unpack failed: unpack-objects abnormal exit

Hi,

git push fails with "error: unpack failed: unpack-objects abnormal
exit". Anyone else with the same problem?

Sascha

$ git remote -v
origin  https://sscholz@xxxxxxxxxxxxxxx/gitroot/mylyn/org.eclipse.mylyn.reviews.git
(fetch)
origin  https://sscholz@xxxxxxxxxxxxxxx/gitroot/mylyn/org.eclipse.mylyn.reviews.git
(push)

$ git push origin
Password:
Counting objects: 25, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (13/13), 910 bytes, done.
Total 13 (delta 6), reused 0 (delta 0)
error: unpack failed: unpack-objects abnormal exit


Back to the top