unpacker error on push

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



(my apologies if you receive this twice; I sent it once before I was authenticated on the mailing list)

Local: OS X 10.6.3, git 1.7.1
Remote: Ubuntu Lucid, git 1.7.0.4

How can I fix whatever is broken so that I can push again, and—more importantly—get the important changes I made last night over to the remote, by hook or by crook?

-_-_-_-_-_-_-_-_-_-_
On the local machine
-_-_-_-_-_-_-_-_-_-_

Slim2:bugbot3 phrogz$ git push
Counting objects: 70, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (31/31), done.
Writing objects: 100% (40/40), 26.91 KiB, done.
Total 40 (delta 11), reused 37 (delta 8)
error: unpack failed: unpack-objects abnormal exit
To git://10.20.16.110/bugbot3.git
! [remote rejected] planning -> planning (n/a (unpacker error))
error: failed to push some refs to 'git://10.20.16.110/bugbot3.git'


Slim2:bugbot3 phrogz$ cat .git/config 
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
[remote "origin"]
	url = git://10.20.16.110/bugbot3.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master


Slim2:bugbot3 phrogz$ git status
# On branch planning
nothing to commit (working directory clean)


Slim2:bugbot3 phrogz$ git pull origin planning
>From git://10.20.16.110/bugbot3
* branch            planning   -> FETCH_HEAD
Already up-to-date.


Slim2:bugbot3 phrogz$ git fsck --full
(no output)


-_-_-_-_-_-_-_-_-_-_
On the remote
-_-_-_-_-_-_-_-_-_-_
phrogz@gitbox:/pub/scm/bugbot3$ git config -l
user.name=Gavin Kistner
user.email=!@xxxxxxxxxx
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.ignorecase=true


phrogz@gitbox:/pub/scm/bugbot3$ git fsck --full
(no output)

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]