Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

How can I speed up Git cloning in Windows?

+4
−0

Since my Ubuntu system is currently fried, and running a live boot was encountering problems, I am forced to resort to attempting to clone a Git repository on a Windows 10 system. I installed Git for Windows, and went through the installation process. I then authenticated with GitHub, and went to clone the repository.

While I was out of the house, and trying to download over a hotspot[1], the average download rate was 18 KiB/s. That was, naturally, impossible, so eventually I gave up until I was on a wired connection.

Even then, a download that generally takes a minute or two at most on Ubuntu, took close to half an hour on Windows, with an internet speed of about 64 Mbps.

remote: Enumerating objects: 5903, done.
remote: Counting objects: 100% (673/673), done.
remote: Compressing objects: 100% (348/348), done.
remote: Total 5903 (delta 371), reused 612 (delta 321), pack-reused 5230Receiving objects: 100% (5903/5903), 459.68 MiB | 337.00 KiB/s
Receiving objects: 100% (5903/5903), 459.74 MiB | 414.00 KiB/s, done.
Resolving deltas: 100% (3868/3868), done.
Updating files: 100% (1158/1158), done.

Is there any way that I can speed up this process on Windows? If I have a 64Mbps connection, Git shouldn't be downloading files at a rate of 337 KiB/s.


  1. I have plenty of mobile data and the people who I need to work on the repo for are paying for the data. ↩︎

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

4 comment threads

Reproducible? (1 comment)
If you don't need the Git history... (1 comment)
Do you have the linux subsystem for windows installed? If yes can you try using git from there? (2 comments)
Not really a solution for your problem, but to temporarily speed up the process while one is on a slo... (1 comment)

0 answers

Sign up to answer this question »