我在 mac 本地 git clone github 上的资源,一直提示一个错误:
fatal: unable to access 'https://github.com/xx/xx.git/': Failed to connect to github.com port 443: Operation timed out
但是奇怪的是,我用 vmware 建立的虚拟机去 git clone 相同的资源很成功,也挺快的。
我在本地 ping github.com 显示的 ip 地址是 204.13.250.16
我在虚拟机 ping ,显示的地址是 192.30.252.129
显然第二个是对的,这是为什么呢。
1
lawlietxxl OP 不好意思。。。亲们 已经解决了。
是因为之前我把 hosts 用软件改了,然后删掉了 hosts 就行了。。 |
2
cxbig 2015-12-08 21:56:08 +08:00
你的虚拟机用的什么网络配置? NAT 还是 Bridge ?
检查一下你主机的 DNS 。 |