github页面访问加速

github页面访问加速

左岸 288 2021-09-09

缘起

最近使用github比较多,但是打开速度实在太慢,网上解决方案对我有效的汇总

CADN 解析

  1. 打开hosts
 sudo vim /etc/hosts
  1. 输入配置
# Github
140.82.114.4 github.com
199.232.69.194 github.global.ssl.fastly.net
185.199.108.153 assets-cdn.github.com
  1. 刷新DNS

Ubuntu:

apt-get install -y nscd

CentOS:

yum install -y nscd

service nscd restart

下载加速

  1. 使用代理网站

https://hub.fastgit.org

  1. git clone 原生加速
git config --global http.postBuffer 524288000