Very slow clones for the last 3 weeks, 3Kbs #12896
Replies: 7 comments 1 reply
-
I'm having this same problem! If the repo is large enough, it literally never completes the download. Your internet is faster than mine but I have a similar line as your ??? line where 100% of the packets are lost for some reason. Testing download from github.com... 72.134.113.196 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36 f46ac263fdfd95deec79ac0e884cb6fa 04B3:2868:2E38:A3908:62FDA192 traceroute to 72.134.113.196 (72.134.113.196), 30 hops max, 60 byte packets PING 72.134.113.196 (72.134.113.196) 56(84) bytes of data. --- 72.134.113.196 ping statistics --- Start: 2022-08-17T19:19:07-0700 196.113.134.72.in-addr.arpa domain name pointer cpe-72-134-113-196.natsow.res.rr.com. |
Beta Was this translation helpful? Give feedback.
-
is this fixed by now ? |
Beta Was this translation helpful? Give feedback.
-
This isn't support, this is the community forum. To reach GitHub support, use their support form: https://support.github.com/request Another option (both is good!) is to contact your ISP and ask why their route to GitHub is slow. |
Beta Was this translation helpful? Give feedback.
-
This post came up on google when I was searching for solution, using a VPN helped me, as mentioned above me it seem like an ISP routing issue. I used to Max 1Mib/s then drops to 200 Kib/s after using a VPN the download is stable at 9 Mib/s |
Beta Was this translation helpful? Give feedback.
-
Not sure if this is related, but GitHub's HTTPS clone server handling seems to generally have some networking config issues: https://github.com/orgs/community/discussions/135808 (while e.g. the regular site HTTPS downloads that don't go through the git backend directly are fine) |
Beta Was this translation helpful? Give feedback.
-
I tried cloning with both HTTPS and SSH and both are super slow to download. Sometimes it'd even drop the connection. |
Beta Was this translation helpful? Give feedback.
-
I’ve totally been there with the painfully slow clone speeds, and it’s super frustrating. For me, using a VPN made a huge difference—my speed went from a snail's pace to something much better. Turns out it was an ISP issue, just like others have pointed out. |
Beta Was this translation helpful? Give feedback.
-
Firstly, you can see, my connection is fine, 48Mbs down, 47Mbs up. This is a speed test running while peforming a git clone:
And heres the very slow clone (3Kbs) , tried 3 times to checkout 25MB repo, took over an hour to checkout 12MB (used --depth=3).
Using github debug (https://github-debug.com/):
It says post the results in support, and this category seemed like the best fit, so I don't know if its in the right place, but here the results:
What has changed recently?
Beta Was this translation helpful? Give feedback.
All reactions