git-learning-game / oh-my-git

An interactive Git learning game!
https://ohmygit.org
Other
2k stars 145 forks source link

Terminal frozen when using 'rm -r' command folder containing cloned repository. #112

Open tglaria opened 3 years ago

tglaria commented 3 years ago

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.

blinry commented 3 years ago

Huh, I can't reproduce the freezing that you described right now (on Linux), but thanks for reporting this.

Note that the playing card would run the command git clone ../friend . instead, but this might already be clear to you. :)

tglaria commented 3 years ago

Sorry for the little info. I tried this on Windows, there's something weird happening when using the terminal with unexpected commands.

I've seen other people getting a similar problem, it unfreezes when pressing on a card.