-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Windows CLI not working as expected #21515
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
Comments
Thank you for opening this issue, a team member will review it shortly. Until then, please do not interact with any users that claim to be from Sui support and do not click on any links! |
@alvissraghnall Windows is a bit buggy. You might need to run a PowerShell with admin enabled. You also need to set Ultimately, if these don't work, try using WSL2, that should be more straightforward. |
Also, try to update Git to the latest version. |
I encountered the same problem, it's because there's nothing in the [dependencies] in the move.toml file after running |
Running sui move new already includes that line in move.toml … |
This worked. But eventually I didn't have to use powershell on admin. git bash & cmd worked just fine. However, it only worked when I closed Vs code in the background. So I guess it's something to do with Vs code running move-analyzer lsp server in the background… |
Just for your info @alvissraghnall, we just had a new release of VSCode plugin. |
@Banksy-w - we introduced a new feature that does not require you to add those deps anymore by hand, but it seems there's a strange interaction with the IDE that we're working on to fix. |
Steps to Reproduce Issue
Expected Result
to run? or at least provide feedback of run details.
Actual Result
freezes. basically runs forever.
System Information
The text was updated successfully, but these errors were encountered: