Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Cloning Repository: Unexpected Disconnect and fetch-pack Failure #156

Open
BryanHML opened this issue Jan 22, 2025 · 0 comments
Open

Comments

@BryanHML
Copy link

Hi,

New to coding. I encountered an issue while attempting to clone a repository. The cloning process fails partway through with an unexpected disconnect and fetch-pack errors.

Steps:
git clone https://github.com/HumanCompatibleAI/overcooked_ai.git

Error:
Cloning into 'overcooked_ai'... remote: Enumerating objects: 6988, done. remote: Counting objects: 100% (1146/1146), done. remote: Compressing objects: 100% (156/156), done. error: 8085 bytes of body are still expectedB | 215.00 KiB/s fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

Environment:
Windows 11 Pro 24H2
Git 2.47.1.windows.2

Attempts at resolving:
git config --global http.postBuffer 2147483648 git clone --depth 1 <repo-url> git config --global core.compression 0 git config --global core.compression 9 git config --global http.lowSpeedLimit 0 git config --global http.lowSpeedTime 999999

  • updating git
  • turning off firewall

Any help is appreciated. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant