vue init webpack时timeout

Failed to download repo vue: connect ETIMEDOUT 192.30.253.112:443

  Failed to download repo vue: connect ETIMEDOUT 192.30.253.112:443连接超时

你如果没有用后面的ip地址的话,需要在C:\Windows\System32\drivers\etc 的hosts文件中添加两行ip配置

解决步骤:

1.打开终端(cmd),输入命令:ping 192.30.253.112 发现连接超时;输入命令:ping github.com 显示超时。

2.打开 hosts文件,地址:C:\Windows\System32\drivers\etc  :

vue init webpack时timeout_第1张图片

我添加了新的配置,因为原来的192.30.253.112是ping不通的,就下载不下来

 在hosts文件中换成了这两行:

13.229.188.59 github.com
151.101.88.249 github.global.ssl.fastly.net

这个Ip地址是如何找的呢?

去http://tool.chinaz.com/speedtest/github.com网站中输入github.com,然后ping检测

从下面的ip中随便找一个不超时的就可以

在终端输入 ping github.com,如果通了,就可以了

4.然后就可以正常操作了

你可能感兴趣的:(vue,Error,vue,timeout)