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
Some console programs, most notably non-MSYS2 Python, PHP, Node and OpenSSL, interact correctly with MinTTY only when called through winpty (e.g. the Python console needs to be started as winpty python instead of just python).
The installer even suggests (on the page titled "Configuring the terminal emulator to use with Git Bash") to
Use Windows' default console window
[...] which works well with Win32 console programs such as interactive Python or node.js [...]
Python running inside Git Bash incorrectly thinks that
stdin
is not connected to a TTY:httpie/cli#828
https://docs.python.org/3/library/os.html?highlight=isatty#os.isatty
The text was updated successfully, but these errors were encountered: