centos服务器上git clone下载加速

Posted yspworld

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos服务器上git clone下载加速相关的知识,希望对你有一定的参考价值。

最近在服务器上直接git clone github上的仓库,下载速度只有十几KB,简直不要太慢!
网上搜了一些加速的,自己于是写了下面的总结。

1. nslookup命令

如果执行这个命令找不到,请先执行:

yum -y install bind-utils

然后执行下面两条命令

nslookup github.global.ssl.fastly.Net
nslookup github.com 

如图:
技术图片

2. 修改hosts文件

写上对应的IP

X.X.X.X http://global-ssl.fastly.net 
X.X.X.X http://github.com 

3. 刷新缓存

yum install -y nscd

service nscd restart

再执行git clone下载速度应该就比较快了!

以上是关于centos服务器上git clone下载加速的主要内容,如果未能解决你的问题,请参考以下文章

一招 git clone 加速 实测有效

centOS 下搭建自己的git服务器

Git 快速clone 下载

怎么clone自己搭建的git服务器

git clone 加速

sh Shadowsocks加速了git-clone