Git 加速
国内针对Git提速, 有几种方式:
github.com
上有两种源码获取方式,一是git clone
,一是直接下载master.zip
,后者明显速度快于前者,至少我这儿是这样。如果你没洁癖,可以考虑;- 用
proxychains
这类透明代理,间接走系统中运行的代理工具中转; - 用
git
内置代理,直接走系统中运行的代理工具中转,比如,你的 SS 本地端口是 1080,那么可以如下方式走代理
1 | git config --global http.proxy socks5://127.0.0.1:1080 |
也可以如下方式停走代理
1 | git config --global http.proxy "" |
github host
74.125.237.1 dl-ssl.google.com
173.194.127.200 groups.google.com
192.30.252.131 github.com
185.31.16.185 github.global.ssl.fastly.net
74.125.128.95 ajax.googleapis.com
address: /private/etc/host