You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your failure is due to not having configured a git user name and/or email address. As i'm already in the process of modifying the dockerfile and corresponding makefiles, i'll address that in PR #414. I guess you figured it out given that you closed the bug :-)
g2flyer
added a commit
to g2flyer/fabric-secure-chaincode
that referenced
this issue
Jul 27, 2020
Describe the bug
<--!
Error happens when building Fabric Private Chaincode
Errors are "recipe for target 'build' failed"
-->
To Reproduce
<--!
Add steps to reproduce the behavior, e.g.
-->
Expected behavior
<--!
how to solve this problem, to build fabric private chaincode successfully.
-->
Log-filesScreenshots
<--!
Step 22/39 : RUN git config --global user.name $GIT_USER_NAME && git config --global user.email $GIT_USER_EMAIL
---> Running in 9a9f03b5f5c5
The command '/bin/sh -c git config --global user.name $GIT_USER_NAME && git config --global user.email $GIT_USER_EMAIL' returned a non-zero code: 1
Makefile:146: recipe for target 'dev' failed
make[2]: *** [dev] Error 1
make[2]: 离开目录“/home/blockchaindev/GOPATH/src/github.com/hyperledger-labs/fabric-private-chaincode/utils/docker”
Makefile:11: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: 离开目录“/home/blockchaindev/GOPATH/src/github.com/hyperledger-labs/fabric-private-chaincode/utils”
Makefile:22: recipe for target 'build' failed
-->
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: