rust-lang / rustlings

:crab: Small exercises to get you used to reading and writing Rust code!
https://rustlings.cool
MIT License
54.31k stars 10.18k forks source link

Rustlings Watch Crashes When Run on Mapped Network Drive #2151

Open S3mprGumb1 opened 1 week ago

S3mprGumb1 commented 1 week ago

When attempting to run rustlings against a rustlings/ directory on a mapped network drive, the prompt for the "new to rustlings" appears, and it crashes upon pressing Enter.

I ran into this issue when working off a mapped shared folder in VMware.

Cargo Version: 1.82.0 Rustlings Version: 6.3.0 Freshly initialized rustlings dir Win 10 Enterprise / 22H2

mo8it commented 1 week ago

What error message did you get? Do you have write permission for the directory?

S3mprGumb1 commented 4 days ago

No error message was displayed, it appeared to reset the terminal's scroll back buffer.

I did have write permissions on the directory, I had just previously initialized the rustlings directory using rustlings init