美文网首页
解决github访问失败的问题

解决github访问失败的问题

作者: lily_5945 | 来源:发表于2021-01-18 17:38 被阅读0次

转载于:https://blog.csdn.net/bowei026/article/details/107106503/
前些天,github.com突然发访问不了,百度了下,按照上述文章的方法解决了。这里把步骤再记录一下

1,站长工具查询DNS

访问 http://tool.chinaz.com/dns/ ,在输入框中填写 github.com,然后点击检测按钮,会列出响应ip

image.png

2,修改hosts文件

找到 C:\Windows\System32\drivers\etc\hosts文件,复制一份放到桌面,将列出的响应IP写入该文件末尾。然后替换原文件


image.png

3,刷新DNS缓存

在cmd命令行执行 ipconfig /flushdns,刷新DNS缓存


image.png

相关文章

网友评论

      本文标题:解决github访问失败的问题

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