Can't start the git-bash in the terminal (Tools -> Terminal)
WebStorm 2016.2 EAP (WS-162.917) on Windows 7.
I use
"C:\Program Files\Git\bin\bash.exe" --login -i
in Tools -> Terminal under "Shell path:". Running this command from the windows "Run command" dialog opens the shell just fine.
What happens when I open a terminal in WebStorm is... nothing. The terminal opens briefly and quickly shuts down again. There is no output and there is nothing in idea.log
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/IDEA-156425 to be notified on any progress. See https://youtrack.jetbrains.com/issue/IDEA-152363#comment=27-1434109 for possible workaround
Thanks, I voted on bot issues. I had l already tried that workaround (see above, with quotes already) and it doesn't work, same as the followup-comments there say. I'll wait.
For the record. fixed in WebStorm-EAP-162.1024
"C:\Program Files\Git\bin\sh.exe" --login -i -v
I have used this it's working fine for me
I have refer this blog https://bobsguides.com/blog.html/2014/10/23/git-bash-inside-phpstorm/
I had the same problem on Intellij IDEA 2017.2.4 on OS X 10.12.6. It helped by pressing Cmd twice (Alt on windows). When the window-arrangement strips show up, drag "Terminal" to a different side of the screen than it is currently on. Then try again and it works. You can drag it back to its original side and it'll work still.
Restarting the IDE worked for me.
Mine needed to be "C:\Users\<user>\AppData\Local\Programs\Git\bin\sh.exe" --login -i
In my case, I was signed in as a separate user on my PC and not as admin