29217/hyperledger-fabric-cannot-docker-gotools-protoc-directory
When I try to 'make peer', command is shown as:
vagrant@ubuntu-1404:/opt/gopath/src/github.com/hyperledger/fabric/devenv$ cp: cannot stat 'build/docker/gotools/bin/protoc-gen-go': No such file or directory
Do this:
$go get -u github.com/golang/protobuf/protoc-gen-go
$ cp $GOPATH/bin/protoc-gen-go build/docker/gotools/bin/
Now you'll have the file mentioned in the error. Now run the make command
You can follow these steps : In your ...READ MORE
It seems like you are missing header ...READ MORE
You can manually pull this (and any ...READ MORE
Try defining or referencing the application in ...READ MORE
Summary: Both should provide similar reliability of ...READ MORE
The challenge you are facing is mostly ...READ MORE
No, variables stored by some chaincode (A) ...READ MORE
Use this: geth --datadir ./data init ./custom_genesis.json READ MORE
The error is because the go path ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.