美文网首页
解决github无法访问的问题,亲测有效。

解决github无法访问的问题,亲测有效。

作者: 拉普拉斯妖kk | 来源:发表于2020-10-16 14:18 被阅读0次
  • 最近发现github突然打不开了。经过一番搜索,终于找到一个改host的方法使得可以正常打开github,而且发现打开速度比之前还快。大家也可以试试。
  • C:\Windows\System32\drivers\etc中打开host文件(可以用UE等编辑工具打开),在该文件中添加如下内容。
# GitHub Start 
140.82.114.4 github.com
140.82.114.4 gist.github.com
185.199.108.153 assets-cdn.github.com
151.101.64.133 raw.githubusercontent.com
151.101.108.133 gist.githubusercontent.com
151.101.108.133 cloud.githubusercontent.com
151.101.108.133 camo.githubusercontent.com
151.101.108.133 avatars0.githubusercontent.com
151.101.108.133 avatars1.githubusercontent.com
151.101.108.133 avatars2.githubusercontent.com
151.101.108.133 avatars3.githubusercontent.com
151.101.108.133 avatars4.githubusercontent.com
151.101.108.133 avatars5.githubusercontent.com
151.101.108.133 avatars6.githubusercontent.com
151.101.108.133 avatars7.githubusercontent.com
151.101.108.133 avatars8.githubusercontent.com 
# GitHub End
  • 保存文件,重新刷新网页即可打开github了。
  • github打开慢的同学,也可以试试这个方法。

相关文章

网友评论

      本文标题:解决github无法访问的问题,亲测有效。

      本文链接:https://www.haomeiwen.com/subject/ftuzpktx.html