Hi All,
I'm not sure how important this is, but I had the following this morning
while fetching the git repo:
>git fetch
remote: Counting objects: 567, done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 317 (delta 238), reused 216 (delta 167)
Receiving objects: 100% (317/317), 134.38 KiB | 24 KiB/s, done.
error: inflate: data stream error (incorrect header check)
fatal: serious inflate inconsistency
fatal: index-pack failed
>git --version
git version 1.7.4.MSVC
(self-compiled on windows 28-3-2011)
This was reproducable. Now trying a precompiled git version:
>"c:\Program Files\Git\bin\git.exe" fetch
remote: Counting objects: 567, done.
remote: Compressing objects: 100% (149/149), done.
remote: Total 317 (delta 238), reused 216 (delta 167)
Receiving objects: 100% (317/317), 134.38 KiB | 20 KiB/s, done.
Resolving deltas: 100% (238/238), completed with 65 local objects.
From git://git.kernel.org/pub/scm/git/git
5cd1518..ee3adc3 html -> origin/html
d424a47..5fb41b8 maint -> origin/maint
9b12242..635319e man -> origin/man
fa38cfc..6be0559 master -> origin/master
0244ef9..4a6bb82 next -> origin/next
+ 5d84cab...1e58d31 pu -> origin/pu (forced update)
f0ee024..9b460ad todo -> origin/todo
* [new tag] v1.7.4.4 -> v1.7.4.4
* [new tag] v1.7.5-rc1 -> v1.7.5-rc1
>"c:\Program Files\Git\bin\git.exe" --version
git version 1.7.3.1.msysgit.0
I don't know how to rewind my git clone to represent exactly the state
it was in this morning, so it's difficult to explore further.
Vincent
--
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