老师,
我用的是fabric的release-1.0版本。我在使用go install生成configtxgen文件的时候貌似失败了,因为GOPATH下并没有生成该文件,以下是运行go install后打印出来的信息:
go: finding github.com/op/go-logging latest
go: finding github.com/hyperledger/fabric-protos-go latest
go: finding golang.org/x/crypto latest
go: finding github.com/hyperledger/fabric-amcl latest
build command-line-arguments: cannot load github.com/hyperledger/fabric/common/config/msp: module github.com/hyperledger/fabric@latest found (v2.0.0+incompatible), but does not contain package github.com/hyperledger/fabric/common/config/msp
老师能否看下是什么原因引起的,我用的Go版本是go1.13.8 linux/amd64,系统是Ubuntu 16