简体   繁体   English

无法解析主机github.com

[英]Could Not Resolve Host github.com

Though I have the same problem that is in this question , But I am facing another problem ie, even https://github.com/ is not running in the browser and showing that this webpage is not available and this happens after I installed Heroku. 尽管我在这个问题中遇到了同样的问题,但是我面临另一个问题,即即使https://github.com/也没有在浏览器中运行,并显示此网页不可用,并且在我安装了Heroku之后发生。

Cannot access github from terminal and not even from browser. 无法从终端甚至无法从浏览器访问github。

After diagnosis I get to know that this problem is related to my WiFi because when I try to open https://github.com/ in mobile using mobile data, It is opening but when I connect my mobile to WiFi then same problem ie, this webpage is not available and when I use mobile data internet in my laptop I am able to access the site but when using WiFi this webpage is not available. 诊断后,我知道这个问题与我的WiFi有关,因为当我尝试使用移动数据在移动设备中打开https://github.com/时,它正在打开,但是当我将移动设备连接至WiFi时,同样的问题,即,该网页不可用,当我在笔记本电脑中使用移动数据互联网时,我可以访问该网站,但是当使用WiFi时,此网页不可用。

I am running Ubuntu(Linux), dual boot with Windows-7 我正在运行Ubuntu(Linux),与Windows-7双重启动

Diagnosis Results: 诊断结果:

@Aroll605 @ Aroll605

PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=57 time=144 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=57 time=71.4 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=57 time=192 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=57 time=112 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=57 time=137 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=57 time=58.0 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=57 time=83.6 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=57 time=104 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=57 time=128 ms

@epascarello @epascarello

unknown host 192.30.252.131

This definately looks like a DNS issue, you can access sites via IP but not through the URL. 绝对看起来像DNS问题,您可以通过IP而不是URL访问站点。

You need to configure your routers DNS settings, personally I would set them to Google's DNS servers 您需要配置路由器的DNS设置,我个人将其设置为Google的DNS服务器

8.8.8.8 (primary)
8.8.4.4 (secondary)

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 像Github.com这样的时间表 - Timeline Charts like Github.com Rails:找不到 JavaScript 运行时。 有关可用运行时的列表,请参阅 https://github.com/sstephenson/execjs。 (ExecJS::RuntimeUnavailable) - Rails: Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs for a list of available runtimes. (ExecJS::RuntimeUnavailable) 实现github.com文件无缝文件导航 - Implement github.com file seamless file navigation 来自https://github.com/RubaXa/Sortable的功能要求 - Function required from https://github.com/RubaXa/Sortable 如何为Tween.js分配额外的属性(https://github.com/sole/tween.js/) - How to assign extra attributes to Tween.js ( https://github.com/sole/tween.js/ ) 无法使用库https://github.com/hiddentao/linear-algebra运行简单的示例 - Unable to run simple example using library https://github.com/hiddentao/linear-algebra 如何在浏览器中使用“https://github.com/ovvn/dom-to-pdf” - How can I use `https://github.com/ovvn/dom-to-pdf` in a Browser 在本地运行 https://github.com/akella/webgl-mouseover-effects 代码 - Run https://github.com/akella/webgl-mouseover-effects code locally 找不到模块'../../third_party/github.com/chalk/supports-color' - Cannot find module '../../third_party/github.com/chalk/supports-color' 在异步队列内的函数内进行异步Twitter调用-https://github.com/DeviaVir/zenbot - Async twitter call inside a function that is inside a async queue - https://github.com/DeviaVir/zenbot
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM