标签:.com inf 命令 变更 http 系统 ssl shc 2.3
刚入手mac系统,准备从git上clone代码,蜗牛般的网速,就我这暴脾气必须盘它。so有了下面的几行命令
只需在/etc/hosts文件里面增加几行ip映射就可以了。
1 151.101.76.249 github.global.ssl.fastly.net 2 192.30.253.112 github.com
将上面两行ip映射关系追加在/etc/hosts文件后面即可。接下来要让这个变更生效就可以了。
执行
sudo dscacheutil -flushcache
效果如下:
标签:.com inf 命令 变更 http 系统 ssl shc 2.3
原文地址:https://www.cnblogs.com/codecenter/p/10486860.html