Extremely slow cloning repos
See original GitHub issueDescription
When I clone a large repository it is downloading very slowly. My connection is 100mbps and tests ok, it’s just github that is slow. varying between 50 to 200 kbps. It never used to be so slow.
Version
- GitHub Desktop: 1.6.2
- Operating system: Microsoft Windows [Version 10.0.17134.590]
Steps to Reproduce
Install Github desktop if not already installed. Sign into account. Clone a large repository (In my case its 1gb)
Expected Behavior
Download within a decent timeframe
Actual Behavior
Takes about an hour to close
Additional Information
I have checked my network connection and have no issues with national or international bandwidth. I am located in Australia.
Logs
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Why is cloning from github so slow - Stack Overflow
Pulling a repo from github and it is very, very slow and I can't work out why. C:\projects>git clone --depth 1 ...
Read more >Is my cloning stuck or is it just taking a long time?
Solved: I'm very new to git and I've been cloning a repo from BitBucket cloud in SourceTree to my local machine for roughly...
Read more >Trying to clone repository very very slow
Just try to clone (or even download as .ZIP) Any repository on visualstudio.com and the download speed will be something around 40kbps! I...
Read more >How to Solve The Problem of git clone From GitHub Very Slow
1. Solution 1: Setting Proxy. 1.1. Setting HTTP Proxy for git clone by HTTPS URL; 1.2. or Setting SSH Proxy for git clone...
Read more >Get up to speed with partial clone and shallow clone
There are three ways to reduce clone sizes for repositories hosted ... so this tradeoff of a slightly slower git blame command is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same here, getting 1-2KiB/s using
git clone
on command line.I’ve been getting 1-7KiB/s for about a half hour now, and our internet is awful, but not that awful. I’ve tried stopping the clone and restarting the application, and it still gets hung in the same place.