作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在学习 http://hyperledger-fabric.readthedocs.io 上的教程设置我自己的 super 账本。我正在使用 fabric-samples 中的“first-network”构建第一个网络。 ./byfn -m 生成没问题,但是在使用 ./byfn -m up 之后我收到以下错误:
/bin/bash: ./scripts/script.sh: No such file or directory
script.sh 文件位于:
\fabric-samples\first-network\scripts
我的操作系统是 Windows 10。有谁知道是什么原因造成的以及如何解决这个问题?
最佳答案
查看 http://hyperledger-fabric.readthedocs.io/en/latest/prereqs.html#windows-extras - 特别是克隆示例存储库之前 Windows 所需的 Git 设置的这一部分:
git config --global core.autocrlf false
git config --global core.longpaths true
关于 super 账本结构 : No script,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45779061/
我是一名优秀的程序员,十分优秀!