Solve无法访问github的问题

前几天发现家里的网络访问不了github了,开始没太在意,因为挂着代理也能访问不影响,直到今天准备push的时候发现根本push不上去。现将解决方法整理如下。

一、访问github IP查询网址

Click Here
你会看到如下界面
1.jpg

二、修改Hosts文件

  • Mac
    位置:/etc/hosts

  • Win
    位置:C:\Windows\system32\drivers\etc

添加在IP查询页面看到的IP地址:

1
192.30.253.113	github.com

三、刷新DNS缓存

  • Mac

    1
    sudo dscacheutil -flushcache
  • Win

    1
    ipconfig/flushdns
通过国内服务器转发流量科学上网 LeetCode DAY 7 (11-12)
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×