Helen Tien
Helen Tien

Reputation: 1

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. My computer is Windows 7, 64 bit.

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.

But when I execute

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | 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

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.shE | 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)

there are always problems :

Curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed

How should I do? Could anyone help? I really appreciate it.

the issue figure when executing the command

Upvotes: 0

Views: 72

Answers (1)

Arijit Mahapatra
Arijit Mahapatra

Reputation: 100

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.

Upvotes: 0

Related Questions