Re: fatal: serious inflate inconsistency
From: Nicolas Pitre <hidden>
Date: 2016-06-15 22:43:14
On Fri, 8 Jun 2007, Thomas Glanzmann wrote:
Hello,quoted
I give it a try and come back to you. I am off the net for 1 hour.(tomcat-05) [/usr/src] git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Initialized empty Git repository in /usr/src/linux-2.6/.git/ remote: Generating pack... remote: Done counting 496911 objects. remote: Deltifying 496911 objects... remote: 100% (496911/496911) done Indexing 496911 objects... remote: Total 496911 (delta 401539), reused 493712 (delta 398653) 100% (496911/496911) done Resolving 401539 deltas... fatal: serious inflate inconsistency fatal: index-pack died with error code 128 fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' failed. yes, it is reproducable. Again I am off the net for an hour.
I can't reproduce that. $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Initialized empty Git repository in /home/nico/git/tst/linux-2.6/.git/ remote: Generating pack... remote: Done counting 496911 objects. remote: Deltifying 496911 objects... remote: 100% (496911/496911) done Indexing 496911 objects... remote: Total 496911 (delta 401539), reused 493712 (delta 398653) 100% (496911/496911) done Resolving 401539 deltas... 100% (401539/401539) done Checking 22413 files out... 100% (22413/22413) done $ git version git version 1.5.2.1
I used the debian packages that built a friend of mine:
deb http://rmdir.de/~michael/git/ ./
If you want to reproduce it by yourself.I don't use Debian, sorry. Nicolas