尝试启动测试网络时出错
我尝试按照教程在 MacOS 上进行开发,当我想运行下一个命令来启动网络./network.sh up</code>时,错误图片,但我的环境变量已设置并且具有二进制文件和加密文件夹。在此处输入图片描述,我不知道如何解决这个问题,请帮忙!
I trying to follow tutorials and develope on MacOS ,When I want to run the next command to bring up the network./network.sh up
,the error picture,but my env variable is set and have binaries and crypto folders.enter image description here,I don't know how to solve this problem, please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当未找到对等二进制文件和配置文件时,这意味着您需要设置路径来定位 Hyperledger bin 文件夹,并将 Fabric 配置环境变量指向该 config 文件夹。
我倾向于将 bin 和配置保持在 Hyperledger 网络代码的上一级,并按以下方式开始环境变量
When peer binaries and config files are not found, it means that you need to set the path to locate the Hyperledger bin folder and point a fabric config environment variable to the config folder.
I tend to keep the bin and config up one level from the Hyperledger network code and have environment variables start off as the following