MAC下git clone 太慢的解决方式

在/etc/hosts文件中添加
151.101.76.249 github.global.ssl.fastly.net
192.30.253.112 github.com

用习惯了windows,知道其更新DNS缓存命令为:

ipconfig -flushdns

这通常是由于更新了域名解析后,本地还没有生效,强制系统刷新DNS缓存从而达到令其生效的目的。

Mac中相应的命令是

sudo dscacheutil -flushcache

当然,可能还会配合nslookup命令来查询域名指向情况。

nslookup www.

你可能感兴趣的:(MAC下git clone 太慢的解决方式)