1、Github的加速访问和下载

1.1 解决Github无法访问和速度慢的问题

https://www.cnblogs.com/wanpi/p/14668174.html
一、确定ip
进入网址 https://github.com.ipaddress.com
查看GitHub的ip地址。
Git与Github - 图1
二、确定域名ip
进入网址 https://fastly.net.ipaddress.com/github.global.ssl.fastly.net
Git与Github - 图2
三、确定静态资源ip
进入网址 https://github.com.ipaddress.com/assets-cdn.github.com
Git与Github - 图3
四、修改hosts文件
Windows系统:打开C:\Windows\System32\drivers\etc
找到hosts文件
Git与Github - 图4
可以使用notepad++打开,如果没有,右键选择打开方式为记事本即可。
在底部加入前三步获得的内容,即:

  1. 140.82.112.3 github.com
  2. 199.232.69.194 github.global.ssl.fastly.net
  3. 185.199.108.153 assets-cdn.github.com
  4. 185.199.109.153 assets-cdn.github.com
  5. 185.199.110.153 assets-cdn.github.com
  6. 185.199.111.153 assets-cdn.github.com

保存并退出即可。需要提供管理员权限!!!
接着还需要刷新DNS
windows下刷新DNS的方法:
打开CMD
输入 ipconfig /flushdns
Git与Github - 图5

1.2、资源下载加速

Edge扩展应用“Github加速”

2、Git的使用