How do I get WebStorm to open a terminal?
When I try to do it I get an Exception:
\"java.io.IOEXception:couldn\'t create PTY\"
git
If you have the 64bit version of Git use
"C:\Program Files\Git\bin\sh.exe" -login -i
If you have the 32bit version use
"C:\Program Files (x86)\Git\bin\sh.exe" -login -i
If you have installed ubuntu for windows 10 you can use
bash.exe