Magento2 icon indicating copy to clipboard operation
Magento2 copied to clipboard

the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'

Open itsazzad opened this issue 5 years ago • 1 comments

$ ./shell

the input device is not a TTY.  If you are using mintty, try prefixing the command with 'winpty'

How to run that in WSL?

itsazzad avatar Nov 06 '18 19:11 itsazzad

@itsazzad I had the same problem, solved it by adding 'winpty' before the docker-compose commands in the Shell file. So what I suggest is you nano edit the shell file and add 'winpty' infront of all the docker-compose lines.

Niels-P avatar Feb 08 '20 15:02 Niels-P