hyperledger-archives / fabric

THIS IS A READ-ONLY historic repository. Current development is at https://gerrit.hyperledger.org/r/#/admin/projects/fabric . pull requests not accepted

Home Page:https://gerrit.hyperledger.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

run first-network of fabric-samples error on Mac

xuyangm opened this issue · comments

Description

I do all the things just according to the official tutorial: https://hyperledger-fabric.readthedocs.io/en/release-1.0/getting_started.html
But it still does not work. Errors display as below:
2018-03-15 12 11 35

My environment variables are set like this:
2018-03-15 12 19 06
the red part is go and platform-specific binaries.

btw, I check the first error. It said: "open /opt/gopath/src/xxx...: permission denied". But there‘s no path to there:
2018-03-15 12 32 12

I found this directory is set in first-network/base/docker-compose-base.yaml:
2018-03-15 12 36 24

It makes me confused. Anyone can help me?

Thanks very much!