Error while Move build

Hey how to resolve this
`
Failed to build Move modules: Failed to resolve dependencies for package ‘sui_practice1’

Caused by:
0: Fetching ‘Sui’
1: Failed to fetch to latest Git state for package ‘Sui’, to skip set --skip-fetch-latest-git-deps | Exit status: exit status: 128.
-- im getting this error And my move.toml is [package]
name = “sui_practice1”
version = “0.0.1”

[dependencies]
Sui = { git = “GitHub - MystenLabs/sui: Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language”, subdir = “crates/sui-framework/packages/sui-framework”, rev = “devnet” }

[addresses]
addrx = “0x0”

`

1 Like