There is a BAD_REQUEST problem when deploying first-samples in Hyperledger Fabric

When

runs first-samples,
uses docker-compose- f docker-compose-cli.yaml up-d
to start the network, the cli container cannot be created. Open the logs message of the cli container
2018-04-13 11 br 31br UTC [msp] GetDefaultSigningIdentity-> DEBU 00b Obtaining default signing identity
2018-04-13 11V 31V 52.056 UTC [msp] GetLocalMSP-> DEBU 00c Returning existing local MSP
2018-04-13 111V 52.056 UTC [msp] GetDefaultSigningIdentity-> DEBU 00d Obtaining default signing identity
2018-04-13 111mer 31mer 52.056 UTC [msp/identity] Sign-> DEBU 00e Sign: plaintext: 0AC3060A1508021A0608A8AAC2D60522.2076C50EAA16A6434108DB91701249C1 < br 31Sign 52.056 UTC [msp/identity] Sign-> DEBU 00f Sign: digest: 8800C762C930CDFDCDF6EDD313F5D312CEE9DB84966941D34127C472F8C561E0
Error: Got unexpected status: BAD_REQUEST
Usage:
peer channel create [flags]

clipboard.png

how to solve this problem?

Mar.03,2021
Menu