Fabri安装连码失败 Error

Fabric多机部署,客户端安装链码时报错

Error: error getting chaincode code mycc06: : failed with error: “exec: not started”

				原因1:安装chaincode不在支持在peer的container里面进行了,必须在CLI的container里面操作


				原因2:go语言环境错误,使用 cd $GOPATH 查看是否能正常进入go目录


			解决办法:
	
							1.在cli中进行安装链码


						2.vim   etc/profile  在文件最后加入
	
										 export PATH=$PATH:/usr/local/go/bin
										export GOPATH=/opt/gopath

					source  /etc/profile 

你可能感兴趣的:(区块链学习)