查询IP网址: https://ip.chinaz.com/
主页如下:
分别查询以下三个网址的IP:
github.com
github.global.ssl.fastly.net
assets-cdn.github.com
修改 hosts 文件:
将 /etc/hosts 复制到 home 下
sudo cp /etc/hosts ./
gedit hosts
在底下添加:
xxx.xx.xx.x github.com
xxx.xx.xx.x github.global.ssl.fastly.net
xxx.xx.xx.x assets-cdn.github.com
xxx.xx.xx.x assets-cdn.github.com
xxx.xx.xx.x assets-cdn.github.com
xxx.xx.xx.x assets-cdn.github.com
xxx.xx.xx.x 是你在网站查询到的IP,注意对应好后面的网址
最后,再将 hosts 拷贝回 /etc/hosts 文章来源:https://www.toymoban.com/news/detail-819145.html
正常关掉浏览器,重启电脑,OK,解决!文章来源地址https://www.toymoban.com/news/detail-819145.html
到了这里,关于Github 无法正常访问?一招解决的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!