下载hyperledger-fabric源码

匿名 (未验证) 提交于 2019-12-02 23:03:14

获取fabric源码

go get -u -v github.com/hyperledger/fabric 

如果上述命令拉去失败,可以使用git从github上面拉取,执行下面命令

 mkdir -p /opt/gopath/src/github.com/hyperledger  cd -p /opt/gopath/src/github.com/hyperledger  git clone https://github.com/hyperledger/fabric.git 

进入到fabric源码目录中,查看

cd /opt/gopath/src/github.com/hyperledger/fabric 
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!