【发布时间】:2018-02-10 17:18:45
【问题描述】:
我尝试构建 hyperledger fabric,并在http://hyperledger-fabric.readthedocs.io/en/latest/Setup/Chaincode-setup/#option-1-vagrant-development-environment 中安装了该项目作为指南。
当我尝试'make peer'时,命令显示为:
vagrant@ubuntu-1404:/opt/gopath/src/github.com/hyperledger/fabric/devenv$ cp: 无法统计 'build/docker/gotools/bin/protoc-gen-go': 没有这样的文件 或目录
我查看了文件夹并没有找到文件protoc-gen-go。这是否表明我在设置环境时错过了几个步骤?
【问题讨论】:
标签: vagrant hyperledger hyperledger-fabric