【发布时间】:2016-06-29 04:17:43
【问题描述】:
我正在 Macbook 上安装 https://github.com/hyperledger/fabric-chaintool。
“make install”过程中弹出错误。
target/chaintool是否在“/Users/Will/Documents/gopath/src/github.com/hyperledger/fabric/fabric-chaintool/target/base+system+user+dev/chaintool”目录下?
在此先感谢您的帮助。
Copying binary to target
cp target/chaintool /usr/bin
cp: /usr/bin/chaintool: Operation not permitted
make: *** [install] Error 1
当我测试链码(Golang 编码程序)时,我会使用 CLI。看来这个链工具可以帮助我们在 RESTful 服务上测试链代码。 如果是这样,它将有助于使 web RESTful 调用更容易。
【问题讨论】:
标签: macos hyperledger