Replies: 1 comment 6 replies
-
The Pull Request is still open because it has not been fixed. That Pull Request is in a terrible, unreviewable shape. Can you use WSL's |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a large repository which is more than 30GB, when I clone it with git-for-windows (tried 2.47.1 and some old versions), it prompted me with "fatal: pack has bad object at offset xxxxx: inflate returned 1", usually died at "receiving objects" stage at about 4GiB.
Looks like it's same issue in #2179 ; Seems like it's a "long" versus "size_t" problem and should be fixed long ago, but why it's still there? I was using 64bit git and 64bit windows server;
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions