最近刚入坑fabric,各种配置真的是太烦了。我用的是ubuntu系统。跟着网上教程到了./byfn.sh -m generate这个指令时发生以下错误:fabric配置踩坑,cryptogen tool not found. exiting解决方法
查了网上的教程说执行/fabric/scripts目录下的bootstrap-1.0.0.sh等了大半天下载完成之后还是报错。

解决方法:
最后我将:/hyperledger/fabric/build里的bin文件夹复制到fabric-sample目录下,结果成功了!

bin目录下有两个配置文件(前面配置生成的):fabric配置踩坑,cryptogen tool not found. exiting解决方法
复制到fabric-sample下:
fabric配置踩坑,cryptogen tool not found. exiting解决方法
再次运行指令后结果:
fabric配置踩坑,cryptogen tool not found. exiting解决方法
fabric配置踩坑,cryptogen tool not found. exiting解决方法
到这里问题就解决了,最后附上之前配置参考的文章:
https://www.cnblogs.com/zhzhlong/p/12694795.html
https://blog.csdn.net/u011127242/article/details/79597351

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2022-01-10
  • 2021-07-25
  • 2021-08-10
猜你喜欢
  • 2022-12-23
  • 2021-06-16
  • 2021-08-12
相关资源
相似解决方案