小编jon*_*cio的帖子

是否可以在 Raspberry Pi 3 中运行 HyperLedger Fabric 2.0?

我目前正在使用 Raspberry Pi 3 和最新的 Raspbian Buster 版本。我按照这里的安装指南进行操作:

https://hyperledger-fabric.readthedocs.io/en/release-1.4/install.html

并预先安装了所有先决条件:curl、docker、docker-compose、go、python、nodejs。

但是我运行fabric-samples安装命令的那一刻: curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s

我遇到以下错误:

Clone hyperledger/fabric-samples repo

===> Cloning hyperledger/fabric-samples repo and checkout v2.0.0
Cloning into 'fabric-samples'...
remote: Enumerating objects: 19, done.
remote: Counting objects: 100% (19/19), done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 4685 (delta 4), reused 7 (delta 1), pack-reused 4666
Receiving objects: 100% (4685/4685), 1.67 MiB | 193.00 KiB/s, done.
Resolving deltas: 100% (2330/2330), done.
error: pathspec 'v2.0.0' did not match …
Run Code Online (Sandbox Code Playgroud)

raspberry-pi hyperledger hyperledger-fabric

5
推荐指数
1
解决办法
899
查看次数