美文网首页
mac/win10 无法登陆github

mac/win10 无法登陆github

作者: 汉江岳 | 来源:发表于2020-03-22 20:55 被阅读0次

起因,如标题
根因:有时候我们的电脑出现突然上不了网,或者某些网站打不开的情况,这种情况很多是DNS缓存延时导致,可以通过执行dns缓存清理命令来更新DNS缓存来解决。
修改hosts
https://github.com.ipaddress.com/
https://fastly.net.ipaddress.com/github.global.ssl.fastly.net#ipinfo
从这两个网站,查到 对应的ip地址

192.30.253.112 github.com 
199.232.5.194 github.global.ssl.fastly.net

将上面这两行 添加到 hosts文件中
mac: 打开访达 快捷键comand+shift+g 位置/private/etc/hosts
win: C:\Windows\System32\drivers\etc\hosts

flush DNS
mac: terminal

sudo killall -HUP mDNSResponder;say DNS cache has been flushed

win: cmd

ipconfig/flushdns

参考

  1. https://www.jianshu.com/p/68fc3acabe59
  2. https://jingyan.baidu.com/article/3052f5a1ef8d6e97f31f86bc.html

相关文章

网友评论

      本文标题:mac/win10 无法登陆github

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