Skip to content

unable to clone using git clone https://github.com/Unity-Technologies/ml-agents #6189

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

Closed
balakreshnan opened this issue Feb 6, 2025 · 7 comments
Labels
bug Issue describes a potential bug in ml-agents. stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long.

Comments

@balakreshnan
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
!git clone https://github.com/Unity-Technologies/ml-agents

Console logs / stack traces
Cloning into 'ml-agents'...
remote: Enumerating objects: 93322, done.
remote: Counting objects: 100% (1/1), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
error: 5059 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

@balakreshnan balakreshnan added the bug Issue describes a potential bug in ml-agents. label Feb 6, 2025
@p3nGu1nZz
Copy link

try https://github.com/Unity-Technologies/ml-agents.git

not https://github.com/Unity-Technologies/ml-agents

@balakreshnan
Copy link
Author

Again same error: $ git clone https://github.com/Unity-Technologies/ml-agents.git
Cloning into 'ml-agents'...
remote: Enumerating objects: 93322, done.
remote: Counting objects: 100% (1/1), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
error: 3392 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

@Syr0
Copy link

Syr0 commented Feb 11, 2025

funnny. same here!

@p3nGu1nZz
Copy link

weird, this would be an issue with GitHub and not Unity specifically. maybe try contacting their support. Maybe try using a vpn, sounds like its being blocked at the network level,

are you able to download the zip of the develop branch?

https://github.com/Unity-Technologies/ml-agents/archive/refs/heads/develop.zip

@DongzhenHuangfu
Copy link

just expand your git buffer:
git config --global http.postBuffer 4000000000
works for me

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long. label Mar 30, 2025
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale. Please open a new issue for related bugs.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue describes a potential bug in ml-agents. stale Issues that have been idle for a while. Automatically closed by a bot if idle for too long.
Projects
None yet
Development

No branches or pull requests

4 participants