git-fetch fails with error code 128

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andy Parkins
Date: Thursday, December 14, 2006 - 4:08 pm

Hello,

This is with my big "every linux patch" repository that I talked about in 
another thread.  To bring you up to speed:

 1. Made repository
 2. Made a zip of the .git directory
 3. Copied the zip elsewhere
 4. Extracted it into a temporary directory
 5. Went to an out-of-date version of this repository
 6. Used git-fetch to update it.

This gave me the following output:

$ git fetch
remote: Generating pack...
remote: Done counting 189146 objects.
remote: Result has 186566 objects.
remote: Deltifying 186566 objects.
remote:  100% (186566/186566) done
Unpacking 186566 objects
fatal: failed to apply delta
fatal: unpack-objects died with error code 128
Fetch failure: /home/andyp/projects/temp/.git

What does that mean?  I ran fsck --full on the source repository, but it's 
made no difference.



Andy
-- 
Dr Andrew Parkins, M Eng (Hons), AMIEE
andyparkins@gmail.com
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-fetch fails with error code 128, Andy Parkins, (Thu Dec 14, 4:08 pm)
Re: git-fetch fails with error code 128, Shawn Pearce, (Thu Dec 14, 4:19 pm)
Re: git-fetch fails with error code 128 , Horst H. von Brand, (Thu Dec 14, 4:25 pm)
Re: git-fetch fails with error code 128, Junio C Hamano, (Thu Dec 14, 5:02 pm)
Re: git-fetch fails with error code 128, Nicolas Pitre, (Thu Dec 14, 7:25 pm)
Re: git-fetch fails with error code 128, Nicolas Pitre, (Thu Dec 14, 7:31 pm)
Re: git-fetch fails with error code 128, Andy Parkins, (Fri Dec 15, 2:46 am)