【发布时间】:2017-11-04 19:38:21
【问题描述】:
我使用的是 Windows 10(64 位),我似乎已安装所有先决条件。
但是,在 Git-Bash 上运行命令 curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/examples/e2e_cli/bootstrap.sh | bash 时,我会收到以下错误:
$ curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/examples/e2e_cli/bootstrap.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1205 0 1205 0 0 976 0 --:--:-- 0:00:01 --:--:-- 988
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
bash: line 12: cd: release/mingw32_nt-10.0-wow-i686: No such file or directory
sh: download-dockerimages.sh: No such file or directory
【问题讨论】:
标签: git-bash hyperledger