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
Hello @S4L7! Welcome to the elizaOS community. Thank you for opening your first issue; we appreciate your contribution. You are now an elizaOS contributor!
Update - everything is working again now. I did nothing. I think the answer here may have been just wait a bit - and - the repository may have been being updated. Unsure, but things are working again currently.
Describe the bug
When attempting to clone Eliza with WSL as I've done multiple times in the past, I receive a RPC / TLS error.
Cloning into 'traderman'...
remote: Enumerating objects: 79017, done.
remote: Counting objects: 100% (353/353), done.
remote: Compressing objects: 100% (220/220), done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
error: 7629 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
To Reproduce
Using WSL, I mount my C drive using
cd /mnt/c
I then type
git clone https://github.com/elizaos/eliza.git traderman
Expected behavior
I expected the repository to be cloned to the traderman directory for further development
Screenshots
Additional context
the clone starts, the directory is created initially, then as the clone fails, the directory and all files within it are removed
I'm leaning more toward a network issue - and I've already restarted my hardware multiple times
The text was updated successfully, but these errors were encountered: