How to open a terminal on WebStorm?

前端 未结 13 1614
心在旅途
心在旅途 2020-12-29 01:07

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

13条回答
  •  旧巷少年郎
    2020-12-29 01:32

    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
    

提交回复
热议问题