Channel capability V1_3 is required but not supported: Making my First Network in Hyperledger Fabric

后端 未结 1 1051
迷失自我
迷失自我 2021-01-13 22:43

Booting up a my first Hyperledger Network on OSX with.

I installed the sample files using the script

curl -sSL http://bitlyURLThatStackoverflow won\         


        
相关标签:
1条回答
  • 2021-01-13 23:09

    If you are just getting started, you might want to move to 1.3.0 anyway as it is now generally available.

    EDIT: You should now be able to just use 1.2.1 and things should work. I pushed a new v1.2.1 tag for fabric-samples. (read below for explanation).

    To answer your question, the way the script works is that it assumes that both the fabric and fabric-samples repositories have tags matching the version specified for download. It turns out that there is 1.2.1 tag for fabric-samples so if you cloned it yourself you'll end up with the default (which is 1.3.0). If you want to use the 1.2.1 images, then you can simply download them and then run git checkout v1.2.0 in your clone of fabric-samples.

    0 讨论(0)
提交回复
热议问题