Impossible de résoudre l'hôte lorsque Fabric télécharge des fichiers binaires: nexus.hyperledger.org

tissu hyperledger

J'ai signalé l'erreur suivante lors du processus de création d'un miroir avec make docker: Impossible de résoudre l'hôte: nexus.hyperledger.org

Installing Hyperledger Fabric binaries

===> Downloading version 1.4.4 platform specific fabric binaries
===> Downloading:  https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/linux-amd64-1.4.4/hyperledger-fabric-linux-amd64-1.4.4.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: nexus.hyperledger.org; 未知的错误

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
==> There was an error downloading the binary file. Switching to incremental download.
==> Downloading file...
Failure downloading binaries (curl RC=6). Please try again and the download will resume from where it stopped.

La raison en est quenexus.hyperledger.org这个网站不再维护了,需要把脚本中nexus.hyperledger.org位置替换一下

 Comme indiqué ci-dessous:

原版:
#CHAINTOOL_URL ?= https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/hyperledger-fabric/chaintool-$(CHAINTOOL_RELEASE)/hyperledger-fabric-chaintool-$(CHAINTOOL_RELEASE).jar

改后:
CHAINTOOL_URL ?= https://hyperledger.jfrog.io/hyperledger/fabric-maven/org/hyperledger/fabric-chaintool/$(CHAINTOOL_RELEASE)/fabric-chaintool-$(CHAINTOOL_RELEASE).jar

Il semble avoir été renommé en github.com

https://github.com/hyperledger/fabric/releases/。。。。

 

Je suppose que tu aimes

Origine blog.csdn.net/wwqcherry/article/details/107009909
conseillé
Classement