美文网首页
2018-12-28 truffle 代理下错误

2018-12-28 truffle 代理下错误

作者: oracle3 | 来源:发表于2018-12-28 19:45 被阅读0次

    参考《智能合约调试指南》使用truffle的时候

    如果电脑需要走代理,那么truffle init出现如下错误:

    D:\gopath\simple-storage>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.

    解决方法可以是直接git代码取代truffle init命令

    git clone https://github.com/truffle-box/bare-box

    后续的命令需要先执行:

    cd bare-box

    后继续照旧

    相关文章

      网友评论

          本文标题:2018-12-28 truffle 代理下错误

          本文链接:https://www.haomeiwen.com/subject/mgielqtx.html