0%

提高 github 下载速度

修改 hosts 提高 github 下载速度

提供速度

https://www.ipaddress.com/ 使用 IP Lookup 查询下面三个域名地址

  • 140.82.113.4 github.com
  • 199.232.5.194 github.global.ssl.fastly.net
  • 140.82.113.10 codeload.github.com

将上述信息添加到 /etc/hosts 中并重启网络服务

$ sudo /etc/init.d/networking restart

减少下载量

$ git clone repo_url --depth=1

只下载最新版本,而不是带有全部历史版本的仓库