1. 通过Gitee中转fork仓库下载
网上很多教程,暂不介绍。
2. Github镜像访问
- https://github.com.cnpmjs.org
在https://github.com后面加入.cnpmjs.org
git clone https://github.com/biaochenxuying/awesome.books.git
git clone https://github.com.cnpmjs.org/biaochenxuying/awesome.books.git
- https://hub.fastgit.org
3. 修改HOSTS文件进行加速
在IPAddress.com获取http://github.global.ssl.fastly.net和https://github.com的cdn和IP域名。
http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo
https://github.com.ipaddress.com/#ipinfo
将
199.232.69.194 github.global.ssl.fastly.net
140.82.114.4 github.com
添加到C:\Windows\System32\drivers\etc
下的hosts
文件中。
网上找到的,替换多试试,速度不一样
192.30.255.112 github.com git
185.31.16.184 github.global.ssl.fastly.net
用
ping github.com
进行测试。