【发布时间】:2017-06-20 14:30:18
【问题描述】:
我正在编写本教程:
http://hyperledger-fabric.readthedocs.io/en/latest/getting_started.html
在命令的“创建和加入频道”部分:
peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx --tls $CORE_PEER_TLS_ENABLED --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/cacerts/ca.example.com-cert.pem
我收到了这个错误:
找不到命令“peer”,您的意思是:
来自包“moreutils”(universe)的命令“pee”
来自包“gerstensaft”(宇宙)的命令“啤酒”
从包“ears”(universe)中命令“peel”
来自包“php-pear”的命令“pear”(主)
对等点:找不到命令
【问题讨论】:
标签: blockchain hyperledger-fabric