简体   繁体   English

在 Windows 7 Git CMD 中下载 Hyperledger Fabric 二进制文件和镜像的问题

[英]issue to download Hyperledger Fabric binaries and mirrors in Windows 7 Git CMD

I am trying to install Hyperledger Fabric version 2.2.0 according to the official Hyperledger Fabric Docs .我正在尝试根据官方 Hyperledger Fabric Docs安装 Hyperledger Fabric 2.2.0 版。 My computer is Windows 7, 64 bit.我的电脑是 Windows 7、64 位。

I have installed Git, curl and docker strictly according to the instructions in it,and I have confirmed many times that their versions meet the requirements.All the prerequisites are ready.我已经严格按照里面的说明安装了Git、curl和docker,我已经多次确认它们的版本符合要求。所有的先决条件都准备好了。

But when I execute但是当我执行

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s - 2.2.0 1.4.7 bash -s - 2.2.0 1.4.7

(Here,I have to replace shortened links with full URLs.So the CURL command I executed contains a shortened url, as shown in the figure1 ) or (这里,我必须用完整的URL替换缩短的链接。所以我执行的CURL命令包含一个缩短的url ,如图1所示)或

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.shE | curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.shE | bash -s bash-s

(Here,I have to replace shortened links with full URLs.So the CURL command I executed contains a shortened url, as shown in the figure2 ) (这里,我必须用完整的URL替换缩短的链接。所以我执行的CURL命令包含一个缩短的url ,如图2所示)

there are always problems:总是有问题:

Curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed Curl: (35) schannel: 接收握手失败,SSL/TLS 连接失败

How should I do?我应该怎么做? Could anyone help?有人可以帮忙吗? I really appreciate it.对此,我真的非常感激。

the issue figure when executing the command执行命令时的问题图

As docker doesn't work well in Windows 7, my suggestion would be to use Virtualbox and install Linux ubuntu to start your Hyperledger Fabric learning. As docker doesn't work well in Windows 7, my suggestion would be to use Virtualbox and install Linux ubuntu to start your Hyperledger Fabric learning.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM