环境:
卷曲版本:curl 7.55.1 (Windows) libcurl/7.55.1 WinSSL
docker版本:Docker version 18.09.2, build 6247962
操作系统:Windows 10 - command prompt
我正按照https://hyperledger-fabric.readthedocs.io/en/release-1.1/samples.html上的教程尝试按照步骤下载和设置Hyperledger Fabric示例
在“下载特定于平台的二进制文件”步骤中,执行以下命令:
curl -sSL https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh | bash -s 1.1.0 1.1.0 0.4.6
这就是我得到的:
C:\Users\177072\fabric\fabric-samples>curl -sSL https://github.com/hyperledger/fabric/blob/master/scripts/bootstrap.sh | bash -s 1.1.0 1.1.0 0.4.6
The operation could not be completed. A retry should be performed.
curl: (23) Failed writing body (0 != 8661)
任何帮助将不胜感激。
答案 0 :(得分:0)
首先,您可能应该浏览1.4 docs。
第二,这些步骤包含一组相似的步骤,但是引导链接应指向raw version of the file。
如果仍然存在问题,我希望它有所不同,否则我不确定下一步该怎么做。