I am installing https://github.com/hyperledger/fabric-chaintool on Macbook.
The error pop up in process of "make install".
Is the target/chaintool in the directory of "/Users/Will/Documents/gopath/src/github.com/hyperledger/fabric/fabric-chaintool/target/base+system+user+dev/chaintool" ?
Really thanks in advance on help。
Copying binary to target
cp target/chaintool /usr/bin
cp: /usr/bin/chaintool: Operation not permitted
make: *** [install] Error 1
When I test chaincode (Golang coding program), I will use CLI. It seems this chaintool can help us to test chaincode on RESTful service. If so, it will help to make web RESTful call easier.