You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also experiencing same. rustling init throw up this error.
This command will create the directory `rustlings/`which will contain the exercises.
Press ENTER to continue
Error: Initialization failed
Caused by:
0: Failed to create the `rustlings/` directory
1: Permission denied (os error 13)```
xxxxxx@DESKTOP:~/rust-learning$ rustling```
```
``` Welcome to...
_ _ _
_ __ _ _ ___| |_| (_)_ __ __ _ ___
| '__| | | / __| __| | | '_ \ / _` / __|
| | | |_| \__ \ |_| | | | | | (_| \__ \
|_| \__,_|___/\__|_|_|_| |_|\__, |___/
|___/
```
```
The exercises/ directory couldn't be found in the current directory.
If you are just starting with Rustlings, run the command `rustlings init` to initialize it
```
Restlings panicked due to "Permission denied" after I launched it as below (I added
RUST_BACKTRACE=full
environment variable to display a backtrace):My rust and system information:
The text was updated successfully, but these errors were encountered: