Open alexam3001 opened 3 months ago
Tested this here, took about 10 seconds to clone
git and github arent controlled/managed by this repository/oobabooga
I would guess this was/is an intermittent fault, either with your connection or the route across the internet between yourself and github.
this solves the issue (error) but the speed is sill slow. ~144k git config --global http.version HTTP/2 speed on windows :
try to clone for the 2nd time and issue is present again
try to clone a different repo. same speed on windows :
yes on windows there is no problem but on Linux there is :( @erew123: you tested on windows, witch is fine. i have the issue on Linux machine. this is not relevant for my pov.(you test) Please try to clone it on Linux and see if is working
try to clone different repo same error:
Hi @alexam3001
RPC failed; curl 18 transfer closed with outstanding read data remaining
is typically due to a slow internet connection. This does not mean your specific internet connection may be slow OR githubs internet connection slow, but somewhere between you. Think of it like a road traffic system from one side of the country to the other side of the country, you on one side and github on the other, you are going from yourself to github, over the road system in the country. The road you are on is going nice and fast and the same for github, but somewhere between you, there was a slow road or an accident that you have to pass through, it will slow things down of course when you get to that point. I believe this is what is going on for you.
Somewhere, between yourself and gihub, there is currently a bad route on the internet, that is slowing things down. So an intermittent fault that should resolve in time.
You can also try this https://hirosht.medium.com/git-error-rpc-failed-curl-18-transfer-closed-with-outstanding-read-data-remaining-e021c3cd2e5b
You can also reinstall git
in case there is a fault/bug in the version you have installed.
test done on same physical machine but on Windows VM ( host is linux server ubuntu) all are fine: there is a big problem with Linux build. I switch to last version : 2.46.0 and same issue. on host i have a problem but on guest there is no issue because is running windows
speed test in parallel with git clone
Hi @alexam3001
You will be best posting about any issues with git
in the github community https://github.com/orgs/community/discussions
And looking through Girhub's documents on cloning issues https://docs.github.com/en/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors
Neither oobabooga nor anyone here has any control over the setup or management of Github, downloads, the git
utility or any service status. Posting about the issue here on the Oobabooga repository is similar to going to someone's personal page on Facebook/Reddit and saying there is an issue with Facebook/Reddit, they themselves (the person who's page it is) has no control over the service/website itself.
You can also go here to the 'git' developer GitHub https://github.com/git/git-scm.com/issues
ok. i will go in that direction. I'm hoping that someone have faced this issue and solve it. 10x
update. there is an issue with ubuntu 22.04 after update. RSA is not supported. https://forum.gitlab.com/t/issue-cloning-and-pushing-after-upgrading-to-ubuntu-22-04-1-lts/80162 to fix it create a new ssh key using ED25519. this will not solve speed issue but is working.
Describe the bug
try to clone form command line repo.
Is there an existing issue for this?
Reproduction
Screenshot
No response
Logs
System Info