cosmos-rust icon indicating copy to clipboard operation
cosmos-rust copied to clipboard

bug: cargo run ends in an error

Open tac0turtle opened this issue 2 years ago • 1 comments

running cargo run after modifying main.rs like mentioned in the readme results in an error

[info] Updating cosmos/cosmos-sdk submodule...
fatal: cannot change to '../cosmos-sdk-go': No such file or directory
thread 'main' panicked at '"git" exited with error code: 128', proto-build/src/main.rs:144:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

any hints on how to solve this. I can dive into the repo, but wanted to open an issue either way

tac0turtle avatar Nov 06 '23 19:11 tac0turtle

Try:

$ git submodule update --init

tony-iqlusion avatar Aug 14 '24 17:08 tony-iqlusion