Open
Description
Steps to Reproduce Issue
I had some errors when trying to build the project:
Failed to build Move modules: Failed to resolve dependencies for package 'test'
e.g.
- choco install sui
- sui move new test
- cd test && sui move build
Expected Result
Successful
Actual Result
UPDATING GIT DEPENDENCY https://github.com/MystenLabs/sui.git
Failed to build Move modules: Failed to resolve dependencies for package 'test'
Caused by:
0: Fetching 'Sui'
1: Failed to reset to latest Git state 'framework/testnet' for package 'Sui', to skip set --skip-fetch-latest-git-deps | Exit status: exit code: 128.
System Information
- OS: Windows 11
- Compiler: sui 1.21.1-5f2bfb1-dirty
- sui client active-env: testnet
- rustup -V: rustup 1.27.0 (bbb9276d2 2024-03-08)
- git -v: git version 2.41.0.windows.3
Activity