Ubuntu 18.04
松露v5.1.2 (核心: 5.1.2)
Solidity v0.5.12 (solc-js)
节点v13.2.0
Web3.js v1.2.2
当我在终端上执行松露开箱宠物店时,我会出错。
✔ Preparing to download
⠼ DownloadingError: read ECONNRESET
at TLSWrap.onStreamRead (internal/stream_base_commons.js:201:27)我希望目录的内容看起来如下(来自https://www.dappuniversity.com/articles/the-ultimate-ethereum-dapp-tutorial)

相反它看起来像这样,

而且我没有看到关于Github的问题(我刚刚创建了一个,https://github.com/truffle-box/pet-shop-box/issues/49)。
当我运行时,我也会遇到同样的错误
truffle init
你能帮我把这个弄清楚吗?
谢谢!
发布于 2019-12-04 14:20:22
如果您在组织代理后面,克隆git。
就松露宠物店而言
git clone https://github.com/truffle-box/pet-shop-box.git
cd pet-shop-box
rm -rf .git # Remove the .git record
npm installhttps://ethereum.stackexchange.com/questions/78017
复制相似问题