-
Notifications
You must be signed in to change notification settings - Fork 14
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
'proto-gen' doesn't work #103
Comments
@olimdzhon Please make sure docker is running as the rename.sh script uses docker. |
@nakul91 are you sure? i can't see any docker command inside this script... |
@olimdzhon in Makefile they are using it |
@nakul91 yep you was right... thanks a lot |
started docker and it's worked |
@nakul91 |
@olimdzhon add the authentic GitHub user name ex: github.com/olimdzhon/checkers |
@nakul91 |
hard reset once and remove all untracked/stagged to commit files once try -> git clean -fd and try again |
@nakul91 |
@nakul91 Sorry bro that i'm pinnig you each time))) i find out that protogen script ends with wrong commands and comment them... After that it tries connect to my github however i don't have such repo or modules... maybe if i setup ssh key and everything will work but i'm not sure... |
I don't think it's required, are you sure the docker is running ! |
@nakul91 If you mean docker itself... yes it's running... i believe this docker run command from make file not executing because of errors... |
before running you have to comment out below line
check it here - https://tutorials.cosmos.network/hands-on-exercise/0-native/2-build-module.html |
@nakul91 |
When trying to run
CLI: |
Running MODULE_NAME=alice/checkers ./scripts/rename.sh on the repo root gives
~/minimal-module-example# MODULE_NAME=alice/checkers ./scripts/rename.sh
Generating protobuf files...
make: run: Command not found
make: *** [Makefile:31: proto-gen] Error 127
The text was updated successfully, but these errors were encountered: