上传者: 38742647
|
上传时间: 2022-03-15 22:21:04
|
文件大小: 34KB
|
文件类型: -
搭建 hyperledger-fabric 私有链,在执行sh bootstrap.sh 时,需要进行下载资源,但由于国内网络环境,下载起来特别慢,会打印platform specific fabric binary is not available to download错误,导致sh bootstrap.sh 执行失败。
因此可以通过手动下载资源方式解决。
步骤1
修改bootstrap.sh,将pullBinaries注释掉
if [ “$BINARIES” == “true” ]; then
echo
echo “Pull Hyperledger Fabric bina