We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG描述 进行bash build.sh操作时,总是卡在pulling from hyperledger/fabric-ca中downloading环节,无法继续
重现方式 重现 BUG 的操作步骤。 例如: 1.cd ~/wecross-demo 2.bash clear.sh 3.bash build.sh 4.输入数据库配置
预期结果 部署成功后会输出Demo的网络架构,FISCO BCOS和Fabric通过各自的WeCross Router相连
截图 1.4月12日第一次运行卡顿位置 2.4月12日第二次卡顿位置 3.4月11号也在相同位置卡顿过三次,均无法到达预期结果
环境
更多信息 1.4月11日的三次卡顿都只完成了几个download任务 2.4月12日的第一次卡顿可能是节点启动失败,但比昨天多download了几个任务。
The text was updated successfully, but these errors were encountered:
这里在下载Fabric的镜像,可以看看脚本里面的做法,先手动把镜像pull下来,然后再执行脚本就不会报错了
Sorry, something went wrong.
需要翻墙操作吗
后续又出现了bin/bash: scripts/script.sh:permission denied怎么解决呢
No branches or pull requests
BUG描述
进行bash build.sh操作时,总是卡在pulling from hyperledger/fabric-ca中downloading环节,无法继续
重现方式
重现 BUG 的操作步骤。
例如:
1.cd ~/wecross-demo
2.bash clear.sh
3.bash build.sh
4.输入数据库配置
预期结果
部署成功后会输出Demo的网络架构,FISCO BCOS和Fabric通过各自的WeCross Router相连
截图
1.4月12日第一次运行卡顿位置
2.4月12日第二次卡顿位置
3.4月11号也在相同位置卡顿过三次,均无法到达预期结果
环境
更多信息
1.4月11日的三次卡顿都只完成了几个download任务
2.4月12日的第一次卡顿可能是节点启动失败,但比昨天多download了几个任务。
The text was updated successfully, but these errors were encountered: