Closed
Description
For an large internal repository, git clone fails with the following:
Cloning into 'localcheckout'...
remote: Enumerating objects: 159058, done.
remote: Counting objects: 100% (159058/159058), done.
remote: Compressing objects: 100% (31922/31922), done.
fetch-pack: unexpected disconnect while reading sideband packet/s
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Copying the libwinpthread-1.dll file from the 2.33.0 release onto the 2.33.2 release prevents this from happening.
How can I find out which version of libwinpthread was used in each version? The dll itself does not seem to provide any version information.
sha256sums:
libwinpthread 2.33.0 287106dea25588079daeb3c038181a01c7008eb342f904d0a5071e7d66a987dd
libpwinthread 2.33.0.2 d1fae9e4b08e8d106f037a6225c885abf013f8723cf0d54a69e2dc56e507dbd6
Setup
- Which version of Git for Windows are you using? Is it 32-bit or 64-bit?
64 bit
$ git --version --build-options
git version 2.33.0.windows.2
cpu: x86_64
built from commit: 8735530946cced809cc6cc4c2ca3b078cdb3dfc8
sizeof-long: 4
sizeof-size_t: 8
shell-path: /bin/sh
feature: fsmonitor--daemon
- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.19042.1237]
- What options did you set as part of the installation? Or did you choose the
defaults?
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Editor Option: VIM
Custom Editor Path:
Default Branch Option:
Path Option: Cmd
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Git Pull Behavior Option: Merge
Use Credential Manager: Core
Performance Tweaks FSCache: Enabled
Enable Symlinks: Disabled
Enable Pseudo Console Support: Disabled
Enable FSMonitor: Disabled
- Any other interesting things about your environment that might be related
to the issue you're seeing?
** insert your response here **
Details
- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other
Powershell
- What commands did you run to trigger this issue? If you can provide a
Minimal, Complete, and Verifiable example
this will help us understand the issue.
git clone [email protected]:/path/to/repo
git clone [email protected]:/path/to/repo
- What did you expect to occur after running these commands?
Cloned repository
- What actually happened instead?
Cloning into 'local_checkout'...
remote: Enumerating objects: 159058, done.
remote: Counting objects: 100% (159058/159058), done.
remote: Compressing objects: 100% (31922/31922), done.
fetch-pack: unexpected disconnect while reading sideband packet/s
fatal: early EOF
fatal: fetch-pack: invalid index-pack
- If the problem was occurring with a specific repository, can you provide the
URL to that repository to help us with testing?
Internal, cannot link I'm afraid.