Windows 10 上的 HyperLedger 下载特定于平台的二进制文件
HyperLedger-downloading Platform-specific Binaries on Windows 10
我将尝试使用 1.1 文档在 Windows 10 上设置 Hyperledger 示例。
我已经安装了所有先决条件。
但是我们 运行 这个命令:
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.1.0
在 fabric-sample 文件夹中,我收到此错误:
===> Downloading platform specific fabric binaries % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed 100 1049 0 1049 0 0 1049 0 --:--:-- --:--:--
--:--:-- 1722
gzip: stdin: not in gzip format tar: Child returned status 1 tar:
Error is not recoverable: exiting now
===> Downloading platform specific fabric-ca-client binary % Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed 100 1076 0 1076 0 0 0 0 --:--:-- 1:11:35
--:--:-- 1465
gzip: stdin: not in gzip format tar: Child returned status 1 tar:
Error is not recoverable: exiting now
------> 1.1.0 fabric-ca-client binary is not available to download (Avaialble from 1.1.0-rc1) <----
curl 版本:curl-7.59.0
您是否在 powershell 中尝试上述命令。尝试在 git bash.
中执行
我将尝试使用 1.1 文档在 Windows 10 上设置 Hyperledger 示例。
我已经安装了所有先决条件。
但是我们 运行 这个命令:
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.1.0
在 fabric-sample 文件夹中,我收到此错误:
===> Downloading platform specific fabric binaries % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1049 0 1049 0 0 1049 0 --:--:-- --:--:-- --:--:-- 1722
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now ===> Downloading platform specific fabric-ca-client binary % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1076 0 1076 0 0 0 0 --:--:-- 1:11:35 --:--:-- 1465
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
------> 1.1.0 fabric-ca-client binary is not available to download (Avaialble from 1.1.0-rc1) <----
curl 版本:curl-7.59.0
您是否在 powershell 中尝试上述命令。尝试在 git bash.
中执行