windows10 SourceTree (Git for Windows) docker desktop version 2.3.0.5
When entering a container in the SourceTree terminal, the following symptom occurred.
$ docker exec -it container bash
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Specify winpty.
$ winpty docker exec -it container bash
[Git for Windows] What is tty / mintty / winpty [Git bash] https://unrealman.hatenablog.com/entry/tty-mintty-winpty
Recommended Posts