1. Access the GitHub image

Here are the two most commonly used mirror addresses:

github.com.cnpmjs.org hub.fastgit.org

That is to say, the image above is a clone version of Github, you can visit the above mirror website, the content of the site is fully synchronized with Github mirror, and then download the clone in this website.

2.GitHub file acceleration

Cloudflare Workers is used to accelerate github release, Archive and project files, and the deployment does not require a server and has its own CDN.

gh.api.99988866.xyz g.ioiox.com

The above website is a demonstration site. If you cannot open it, you can view the open source project: hunsh.net/archives/23… Files accelerate self-deployment.

3.Github speeds up downloads

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

Address:toolwa.com/github/ 4. Accelerate your Github

github.zhlh6.cn

Enter the Github repository address and use the generated address to perform Git SSH operations

5. GitHub Accelerator for Chrome (recommended)

Plug-in download

Baidu cloud: pan.baidu.com/s/1qGiIUzqN…

Extraction code: STSV

If you have direct access to the Google Store, visit GitHub to speed up the Google Store installation (Chrome.google.com/webstore/de… 6. GitHub Raw acceleration

Above the lot raw domain names is not github.com instead of raw.githubusercontent.com, making acceleration if not this domain name, you can use the Static services provided by the generation of CDN.

Raw.githubusercontent.com will be replaced by raw.staticdn.net can be accelerated.

7.GitHub + Jsdelivr

The only problem with jsdelivr is that it can’t get the EXE file or the EXE and DMG files attached to Release.

That is, if the EXE file is attached to Release but not in code, it cannot be retrieved. Therefore, it can only be used as a static file CDN, not as a Release to speed up download.

8. Transfer to fork warehouse via Gitee for download

There are many tutorials on the web, but here’s a brief explanation of how to do it.

1. Visit gitee website:gitee.com/And login, select “Import repository from GitHub/GitLab” at the top as follows:2. Paste your Github repository address in the import page and click Import:3. Wait for the import operation to complete, 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 repository to synchronize the GitHub repository code. 9. Modify the HOSTS file to accelerate the configuration

Why is Github downloading so slow?

As we all know, GitHub is the largest hosting platform for open source and private software projects in the world. There are a large number of excellent open source software produced here every day. However, GitHub often obtains the download link from Amazon’s server in China.

China often goes crazy or slow for unspeakable reasons. To speed up GitHub downloads, you need to use GitHub’s domestic acceleration service. For those with conditions, you can use a proxy to speed up access, and for those without conditions, you can use the acceleration service maintained by online enthusiasts.

How to improve github download speed?

Manually bind the CDN to the IP address.

Step 1: Get github’s global.ssl. Fastly address

Access:github.global.ssl.fastly.net.ipaddress.com/#ipinfoObtain the CDN and IP domain nameGet: 199.232.69.194github.global.ssl.fastly.net

Step 2: Get the Github.com address

Access:github.com.ipaddress.com/#ipinfoGet CDN and IP: unable to display pictureGet: 140.82.114.4github.com

Step 3: Modify the host file

Windows:

C:\Windows\System32\drivers\etc\hosts; C:\Windows\System32\drivers\etc\hosts;

Right click ->hosts-> Properties -> Security -> Edit -> Click Users-> check next to ‘Write’ for Users’ permissions. As follows: Cannot be displayedThen click OK.

2, right click ->hosts-> Open Method -> Select Notepad (or your preferred editor) -> add the following at the end:

xxx.xxx.xxx.xxx github.global.ssl.fastly.net xxx.xxx.xxx.xxx github.com