Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Hyperledger fabric 使用hyperledger composer v16.06部署业务网络_Hyperledger Fabric_Hyperledger Composer - Fatal编程技术网

Hyperledger fabric 使用hyperledger composer v16.06部署业务网络

Hyperledger fabric 使用hyperledger composer v16.06部署业务网络,hyperledger-fabric,hyperledger-composer,Hyperledger Fabric,Hyperledger Composer,我是hyperledger作曲家的初学者。我正在使用hyperledger composer v16.06。 在部署业务网络的步骤中: composer runtime install --card PeerAdmin@hlfv1 --businessNetworkName tutorial-network ⠋ Installing runtime for business network tutorial-network. This may take a minu ⠙ Installing

我是hyperledger作曲家的初学者。我正在使用hyperledger composer v16.06。 在部署业务网络的步骤中:

composer runtime install --card PeerAdmin@hlfv1 --businessNetworkName tutorial-network

⠋ Installing runtime for business network tutorial-network. This may take a minu
⠙ Installing runtime for business network tutorial-network. This may take a minu
⠹ Installing runtime for business network tutorial-network. This may take a minu
✖ Installing runtime for business network tutorial-network. This may take a minute...
Error: Error trying install composer runtime. Error: The Composer runtime failed to install on 1 or more peers
Command failed
然后我尝试使用:

curl-sSL| 猛击

但显示语法错误:

curl -sSL https://hyperledger.github.io/composer/install-hlfv1.sh | bash
bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!doctype html>'
curl-sSLhttps://hyperledger.github.io/composer/install-hlfv1.sh |猛击
bash:第1行:意外标记“newline”附近出现语法错误
bash:第1行:`'

谢谢大家!

v16.0.6是较旧版本的Composer,支持有限。如果您是Composer新手,我建议您执行以下步骤,安装Composer v0.19和简单结构v1.1:

  • 卸载Composer(Composer cli)和Composer、Composer rest服务器生成器hyperledger Composer(如果已安装)。
  • 安装Composer开发工具
  • 安装编写器
  • 通关