Mac上解决访问github慢问题

版权声明:欢迎转载,注明出处即可 https://blog.csdn.net/yolohohohoho/article/details/87434067

Mac 访问github慢

  1. 访问 http://github.global.ssl.fastly.net.ipaddress.com/#ipinfo 获取github的IP地址
  2. 在/etc/hosts中加入查询到的IP和域名 (需要root 权限)
  3. 在终端在输以下指令刷新DNS(需要root 权限)
    sudo killall -HUP mDNSResponder;say DNS cache has been flushed
    

或者也可以参见懒人版代码

猜你喜欢

转载自blog.csdn.net/yolohohohoho/article/details/87434067