truffle init Error:连接不到github网址

Posted lsh0908

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了truffle init Error:连接不到github网址相关的知识,希望对你有一定的参考价值。

问题描述:

输入truffle init

输出 Error: Error making request to https://raw.githubusercontent.com/truffle-box/bare-box/master/truffle.js. Got error: connect ECONNREFUSED 151.101.192.133:443. Please check the format of the requested resource

解决方法:修改hosts

1、win+R

2、c:windowssystem32driversetc

3、将hosts文件复制到桌面打开,添加 151.101.192.133:443 github.com

4、用修改后的hosts文件覆盖原hosts文件

下一步问题描述:

输入 truffle init
输出 Downloading...
Error: Truffle Box at URL https://github.com/truffle-box/bare-box.git doesn‘t exist. If you believe this is an error, please contact Truffle support.

解决办法:修改hosts

在hosts文件中添加:github.com和github.global.ssl.fastly.net及对应ip

注意:github.com和github.global.ssl.fastly.net对应ip可能因机器不同而不相同,可以使用该站点查询对应域名的ip(https://www.ipaddress.com/ip-lookup

以上是关于truffle init Error:连接不到github网址的主要内容,如果未能解决你的问题,请参考以下文章

使用truffle console连接到公共区块链网络,出现undefined Error: Mnemonic invalid or undefined

truffle init问题解决

truffle Error: Cannot find module ‘truffle-hdwallet-provider‘

安装后找不到 Truffle 命令

为啥会出现错误:在 truffle 上编译时找不到导入

BSC 测试网:Truffle 迁移 ETIMEDOUT