diem/move

[Bug] Facing this issue while installling move cli

Closed this issue · 4 comments

same error here

There's currently/also https://github.com/diem/move/blob/725168d7522a3abeeb8664b4f1498552b3657286/language/move-prover/bytecode/src/well_formed_instrumentation.rs#LL38C34-L38C34 which causes an error which you can resolve by changing to #[allow(clippy::redundant_clone)].

When I first encountered this I was short on time and moved over to: https://github.com/move-language/move. But, I just added a PR in case anyone wants it.

There's currently/also https://github.com/diem/move/blob/725168d7522a3abeeb8664b4f1498552b3657286/language/move-prover/bytecode/src/well_formed_instrumentation.rs#LL38C34-L38C34 which causes an error which you can resolve by changing to #[allow(clippy::redundant_clone)].

I solved this problem by first git clone the repository, modified code like above, and run cargo install --path move/language/tools/move-cli. After this, you can get the binary.

The Solution Tonii1124 mentioned works for me.