簡體   English   中英

在 Windows 7 Git CMD 中下載 Hyperledger Fabric 二進制文件和鏡像的問題

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

我正在嘗試根據官方 Hyperledger Fabric Docs安裝 Hyperledger Fabric 2.2.0 版。 我的電腦是 Windows 7、64 位。

我已經嚴格按照里面的說明安裝了Git、curl和docker,我已經多次確認它們的版本符合要求。所有的先決條件都准備好了。

但是當我執行

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

(這里,我必須用完整的URL替換縮短的鏈接。所以我執行的CURL命令包含一個縮短的url ,如圖1所示)或

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

(這里,我必須用完整的URL替換縮短的鏈接。所以我執行的CURL命令包含一個縮短的url ,如圖2所示)

總是有問題:

Curl: (35) schannel: 接收握手失敗,SSL/TLS 連接失敗

我應該怎么做? 有人可以幫忙嗎? 對此,我真的非常感激。

執行命令時的問題圖

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