缘起
最近使用github比较多,但是打开速度实在太慢,网上解决方案对我有效的汇总
CADN 解析
- 打开hosts
sudo vim /etc/hosts
- 输入配置
# Github
140.82.114.4 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
- 刷新DNS
Ubuntu:
apt-get install -y nscd
CentOS:
yum install -y nscd
service nscd restart
下载加速
- 使用代理网站
- git clone 原生加速
git config --global http.postBuffer 524288000