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 also has the same problem on my computer.
Opening a Terminal Window We can open the terminal window with ⌥F12 on macOS, or Alt+F12 on Windows and Linux. The terminal supports all the same commands that the operating system supports. and press enter.
To run IntelliJ IDEA, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin. Run the IntelliJ IDEA app from the Applications directory, Launchpad, or Spotlight.
Go to File -> Settings -> Tools -> Terminal
and change Shell path based on the the installed git version.
for 64bit:"C:\Program Files\Git\bin\sh.exe" -login -i
for 32bit:"C:\Program Files (x86)\Git\bin\sh.exe" -login -i
Don't forget the quotes around the command.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With