git fetch/checkout over SSH extremely slow / stalling (EU, Asia, US) #197074
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
We’ve been seeing very similar behavior recently as well, especially on SSH fetches involving larger packfiles. A few observations from our side that may help narrow it down:
Some temporary mitigations that improved things slightly for us:
This definitely feels more like an issue in the SSH git-transfer path/CDN routing layer than a client-side Git problem, especially given the consistency across providers and regions. Hope GitHub engineering takes a closer look, because multiple users seem to be hitting the same pattern lately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
Body
Summary
git fetch/git cloneover SSH (git@github.com) is extremely slow orstalls mid-transfer. The DNS/TCP/TLS/SSH handshake is healthy — the bottleneck
is the packfile transfer itself ("Receiving objects" crawls). The HTTPS path
(CDN-backed) is comparatively faster, so this appears specific to the SSH
git-transfer path rather than to git/checkout in general.
This is the same family as #196638; opening here under Repositories because the
core issue is git transport over SSH, reproducible with a plain
git clone(independent of Actions).
Symptoms
Environment
git@github.com(port 22 /ssh.github.com:443)Beta Was this translation helpful? Give feedback.
All reactions