Build issue with Fabric version fabric-2.5.6 #4757
Unanswered
ManishaMahapatra1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build the development environment for hyperledger fabric from : https://github.com/hyperledger/fabric, during the verification of build environment I'm facing goimports error, when I'm running make basic-checks for performing the basic checks for license, spelling, trailing spaces and linter, I'm getting following error (Ist image).
On checking the respective files, found : err = ioutil.WriteFile(ks.getPathForAlias(alias, "sk"), rawKey, 0o600) i.e. file permissions values could be source of error. If it converted to num only then another error with fumpt shows (2nd image).
Please can anyone assist on this on the environment setup.
Beta Was this translation helpful? Give feedback.
All reactions