Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the nine ways to improve the speed of accessing Github in China?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

What are the nine ways to improve the speed of domestic access to Github? many beginners are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can get something.

1. GitHub image access

Here are two of the most commonly used mirror addresses:

Https://github.com.cnpmjs.orghttps://hub.fastgit.org

In other words, the image above is a cloned version of Github. You can visit the mirror website above, where the content is fully synchronized with Github, and then download clones and other operations on this site.

2. GitHub file acceleration

Using Cloudflare Workers to accelerate github release, archive and project files, deployment does not need a server and comes with CDN.

Https://gh.api.99988866.xyz https://g.ioiox.com

The above website is a demonstration site, if you can't open it, you can view the open source project: gh-proxy-GitHub file acceleration self-deployment.

3. Github accelerated download

Just copy the current GitHub address and paste it into the input box to speed up the download!

Address: http://toolwa.com/github/

4. Speed up your Github

Https://github.zhlh7.cn

Enter the address of the Github warehouse and use the generated address for git ssh operation.

5. Google browser GitHub acceleration plug-in (recommended)

Google browser Github acceleration plugin .crx download

Baidu network disk: https://pan.baidu.com/s/1qGiIUzqNlN1ZczTNFbPg0A, extraction code: stsv

If you have direct access to the Google Store, you can visit GitHub to accelerate the Google Store installation.

6. GitHub raw acceleration

The GitHub raw domain name is not github.com but raw.githubusercontent.com. If the GitHub acceleration above cannot accelerate this domain name, you can use the reverse service provided by Static CDN.

Replace raw.githubusercontent.com with raw.staticdn.net to speed up.

7. GitHub + Jsdelivr

The only drawback of jsdelivr is that it cannot get the exe file and the attached exe and dmg files at Release.

That is, if the exe file is attached to the Release but not in the code, it is not available. Therefore, it can only be used as a static file cdn, not as a Release accelerated download.

8. Download via Gitee to fork warehouse

There are many related tutorials on the Internet, here is a brief description of the operation.

1. Visit the gitee website: https://gitee.com/ and log in, and select "Import Warehouse from GitHub/GitLab" at the top as follows:

two。 Paste your Github warehouse address on the import page and click Import:

3. Wait for the import operation to complete, and then download and browse the corresponding GitHub repository code in the imported repository. You can also click the "Refresh" button at the top of the warehouse to synchronize the Github code repository.

9. Why is the github download so slow to speed up by modifying the HOSTS file?

We all know that GitHub is the largest hosting platform for open source and private software projects in the world. A large number of excellent open source software are generated here every day in the world, and the download link obtained by GitHub in China is often Amazon's server.

China often goes crazy or tortoise speed for unspeakable reasons. If you want to speed up the GitHub download speed, you need to use the GitHub domestic acceleration service. For those who have conditions, you can use agents to speed up access, while those without conditions can use the acceleration services maintained by online enthusiasts.

How to improve the download speed of github?

Manually bind cdn and ip addresses.

Step 1: get the global.ssl.fastly address of github

Visit: http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo to get cdn and ip domain names:

Get: 199.232.69.194 https://github.global.ssl.fastly.net

Step 2: get the github.com address

Visit: https://github.com.ipaddress.com/#ipinfo to get cdn and ip:

Get: 140.82.114.4 http://github.com

Step 3: modify the host file

Windows system:

1. Modify the permissions of the C:\ Windows\ System32\ drivers\ etc\ hosts file to specify that it can be written to:

Right-click-> hosts- > Properties-> Security-> Edit-> Click Users- > tick after the permission "write" of Users. As follows:

Then click OK.

2. Right-click-> hosts- > Open method-> Select notepad (or your favorite editor)-> add the following at the end:

199.232.69.194 https://github.global.ssl.fastly.net

140.82.114.4 https://github.com, is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report