Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolved the permission issue for uploading chaincode #608

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

xiaor2
Copy link
Contributor

@xiaor2 xiaor2 commented Apr 8, 2024

I got this error when uploading the chaincode: [Error 13] Permission denied: '/opt/chaincode'
I resolved this by changing FABRIC_CHAINCODE_STORE = "/opt/chaincode" to FABRIC_CHAINCODE_STORE = "/opt/cello/chaincode" in the config.py file.

Signed-off-by: xiaor2 <xiaor2@illinois.edu>
@xiaor2 xiaor2 requested a review from a team April 8, 2024 02:13
Copy link
Contributor

@xichen1 xichen1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and passed

@xichen1 xichen1 merged commit 5e0d2c7 into hyperledger-cello:main Apr 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants