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
In the section Warning: Git Bash on using git bash with Windows, add information about TTY so users can better understand error messages for commands such as:
$ docker container run -it alpine sh
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Thanks for reporting @thompsonmj! This is the first I've heard of this warning message in GitBash and I don't think I know enough about TTY to add info on it. I agree it seems like something we should mention to learners in call out. I'd recommend putting it under the first relevant example if that is the first time it comes up for learners using GitBash.
Would you want to right up a PR adding a callout with more about this message and what to do when you encounter it?
In the section Warning: Git Bash on using git bash with Windows, add information about TTY so users can better understand error messages for commands such as:
Potentially repeat this point in the first relevant example under Exploring and Running Containers.
The text was updated successfully, but these errors were encountered: