windows10 SourceTree (Git for Windows) docker desktop version 2.3.0.5
Lors de l'entrée dans le conteneur dans le terminal SourceTree, les symptômes suivants se sont produits.
$ docker exec -it container bash
the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
Spécifiez winpty.
$ winpty docker exec -it container bash
[Git pour Windows] Qu'est-ce que tty / mintty / winpty [Git bash] https://unrealman.hatenablog.com/entry/tty-mintty-winpty
Recommended Posts