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
The Windows documentation to install git bash says that bit bash shall run in the Windows CMD window, and not in the MinTTY window that comes with git bash.
Ensure that "Use Windows' default console window" is selected and click on "Next".
</strong>
This causes a problem on my machine (Windows 10 Version 1809 Build 17763.2300), namely that nano does not display but a blank black screen with a white cursor in the top left. The window can only be closed. This prevents almost everything that can be done in the git and shell lessons.
The Windows documentation to install git bash says that bit bash shall run in the Windows CMD window, and not in the MinTTY window that comes with git bash.
Install instructions:
workshop-template/_includes/install_instructions/shell.html
Lines 64 to 66 in fdd5463
This causes a problem on my machine (Windows 10 Version 1809 Build 17763.2300), namely that nano does not display but a blank black screen with a white cursor in the top left. The window can only be closed. This prevents almost everything that can be done in the git and shell lessons.
Steps to reproduce:
Expected outcome: See nano
Actual outcome: Nothing is displayed
To my knowledge, this setting cannot be changed once git is installed. I would suggest to replace this part by
Downsides of this approach according to the installer is that
But this seems to me the lesser restriction compared to a non-functional nano. Also, there is an experimental option that works around this issue.
The text was updated successfully, but these errors were encountered: