oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

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

Open tglaria opened this issue 3 years ago • 2 comments

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.

tglaria avatar May 05 '21 16:05 tglaria

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. :)

blinry avatar May 10 '21 10:05 blinry

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.

tglaria avatar May 17 '21 21:05 tglaria