centOS上使用Git下载代码很慢

方法一:

使用nslookup命令:如果没有该命令

yum -y install bind-utils
nslookup github.global.ssl.fastly.Net
nslookup github.com 

 

centOS上使用Git下载代码很慢_第1张图片 

修改host文件
Windows上的hosts文件路径在
C:\Windows\System32\drivers\etc\hosts
Linux的hosts文件路径在/etc/hosts中
vi /etc/hosts
31.13.80.17 http://global-ssl.fastly.net 
52.74.223.119 http://github.com 
刷新缓存
yum install -y nscd
service nscd restart
或者直接reboot now

方法二:

https://blog.csdn.net/qq_31708763/article/details/91413973

你可能感兴趣的:(Git)