Open
Description
On level "Cloning a repo", using the terminal.
I used the command git clone ../friend
This makes a folder on the current directory (as expected), but then I try to delete this folder with the rm command rm -r friend
.
The terminal freezes, I can use the card to recover access to the terminal, but can't delete the folder so can't continue with the tutorial.