You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Any help is appreciated. Thank you.
The text was updated successfully, but these errors were encountered: