在ubuntu执行truffle init出现错误
Error: Error: Error: Error making request to https://raw.githubusercontent.com/truffle-box/bare-box/master/truffle-box.json. Got error: connect ECONNREFUSED 0.0.0.0:443. Please check the format of the requested resource.
at Object.unbox (/usr/local/lib/node_modules/truffle/build/webpack:/packages/truffle-box/box.js:69:1)
解决办法:
在hosts文件里加上两行,在etc/hosts,只读文件,用sudo nano 命令可编辑
0.0.0.0:443 github.com
199.232.68.133 raw.githubusercontent.com