new git update fails with fatal: fetch-pack: invalid index-pack output

Csaba Ráduly rcsaba@gmail.com
Mon May 27 19:45:06 GMT 2024


On 26/05/2024 14:03, Adam Dinwoodie via Cygwin wrote:
> On Sun, 26 May 2024 at 05:10, David Dyck via Cygwin wrote:
>> I upgraded to the most recent git and I get the following error
>> (  stable2.45.1-1x86_648597 KiB2024-05-25 18:58 )
>>
>> $ git clone -v https://github.com/lxml/lxml.git
>> Cloning into 'lxml'...
>> POST git-upload-pack (175 bytes)
>> POST git-upload-pack (gzip 8652 to 4281 bytes)
>> remote: Enumerating objects: 33933, done.
>> remote: Counting objects: 100% (3778/3778), done.
>> remote: Compressing objects: 100% (1322/1322), done.
>> remote: Total 33933 (delta 2356), reused 3471 (delta 2241), pack-reused
>> 30155
>> Receiving objects: 100% (33933/33933), 20.19 MiB | 15.38 MiB/s, done.
>> fatal: fetch-pack: invalid index-pack output
>>
>> when I downgraded to 2.43.0-1x86_648402 KiB2024-01-07 20:32
>> I was able to get the repository download
>>
>> $ git clone -v https://github.com/lxml/lxml.git
>> Cloning into 'lxml'...
>> POST git-upload-pack (175 bytes)
>> POST git-upload-pack (gzip 8652 to 4281 bytes)
>> remote: Enumerating objects: 33933, done.
>> remote: Counting objects: 100% (3778/3778), done.
>> remote: Compressing objects: 100% (1322/1322), done.
>> remote: Total 33933 (delta 2356), reused 3471 (delta 2241), pack-reused
>> 30155
>> Receiving objects: 100% (33933/33933), 20.19 MiB | 13.13 MiB/s, done.
>> Resolving deltas: 100% (16518/16518), done.
> Thanks for the report. This is working fine for me locally.

<AOL> Me too </AOL>

$ git --version
git version 2.45.1
$ git clone -v https://github.com/lxml/lxml.git
Cloning into 'lxml'...
POST git-upload-pack (175 bytes)
POST git-upload-pack (gzip 8652 to 4282 bytes)
remote: Enumerating objects: 33941, done.
remote: Counting objects: 100% (3786/3786), done.
remote: Compressing objects: 100% (1327/1327), done.
remote: Total 33941 (delta 2361), reused 3474 (delta 2244), pack-reused 
30155
Receiving objects: 100% (33941/33941), 20.20 MiB | 13.19 MiB/s, done.
Resolving deltas: 100% (16523/16523), done.

Csaba

-- 
Life is complex, with real and imaginary parts.



More information about the Cygwin mailing list