官方参考文档 https://hyperledger-fabric.readthedocs.io/en/release-2.2/getting_started.html 1、安装时遇到的问题 1.1、安装脚本中的github仓库链接不上 curl -sSL https://bit.ly/2ysbOFE | bash -s 将https://bit.ly/2ysbOFE中的脚本下载下来,然后将其中的github.com替换成hub.fastgit.org,然后在本地运行脚本。