刚入手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
效果如下:
Mac系统git clone 慢【解决方案】
原文地址:https://www.cnblogs.com/codecenter/p/10486860.html
时间: 2024-11-09 01:03:40