Hello,
When I try git pull on Cygwin, git-version 1.5.6.4, I have the folow
errors:
$ git pull
remote: Counting objects: 3830, done.
remote: Compressing objects: 100% (1014/1014), done.
remote: Total 3600 (delta 2808), reused 3350 (delta 2586)
Receiving objects: 100% (3600/3600), 3.29 MiB | 2750 KiB/s, done.
fatal: serious inflate inconsistency
fatal: index-pack failed
OS -> WindowsXP SP2
-------------------
Note: When I clone this, it´s right, how you can see below.
$ git clone git@192.168.0.15:Escrita_Fiscal_2009.git
Initialized empty Git repository in /cygdrive/c/Temp/
Escrita_Fiscal_2009/.git/
remote: Counting objects: 8889, done.
remote: Compressing objects: 100% (3467/3467), done.
remote: Total 8889 (delta 6304), reused 7738 (delta 5417)
Receiving objects: 100% (8889/8889), 12.98 MiB | 2775 KiB/s, done.
Resolving deltas: 100% (6304/6304), done.
Checking out files: 100% (1090/1090), done.
Thanks....