public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* new git update fails with fatal: fetch-pack: invalid index-pack output
@ 2024-05-26  4:08 David Dyck
  2024-05-26 12:03 ` Adam Dinwoodie
  2024-06-06 14:52 ` Roland Mainz
  0 siblings, 2 replies; 12+ messages in thread
From: David Dyck @ 2024-05-26  4:08 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-06-06 14:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-26  4:08 new git update fails with fatal: fetch-pack: invalid index-pack output David Dyck
2024-05-26 12:03 ` Adam Dinwoodie
2024-05-26 18:28   ` Brian Inglis
2024-05-26 22:44   ` David Dyck
2024-05-27 19:59     ` Brian Inglis
2024-05-27 20:30     ` Adam Dinwoodie
2024-05-28  1:29       ` David Dyck
2024-05-27 19:45   ` Csaba Ráduly
2024-05-27 22:10     ` Dan Shelton
2024-05-28 14:44       ` Brian Inglis
2024-05-28 15:15   ` ASSI
2024-06-06 14:52 ` Roland Mainz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).