git-bash terminal problem after last PhpStorm Update
已回答
PhpStorm 2017.2 Win10
Shell path : "C:\wamp64\bin\php\php5.6.16\ansicon.exe" -p "C:\Program Files\Git\bin\sh.exe" -login -i
After last update I encountered a strange terminal problem. When I type some command - it execute very well but after it I can't do anything. Just flashing coursor below received message and it doesn't respond for keypress etc. After restart terminal it works but only for one git command ( when I using bash command like ls, cp, mv - it works.)
Git-bash outside PhpStorm works fine. I tried to use without ansicon - problem still exist.
Has anyone had such a problem?
请先登录再写评论。
Did you try to use just "C:\Program Files\Git\bin\sh.exe" -login -i ?
Is there a use case for the ansicon.exe part?
Yes I tried - with the same effect.
Ansicon is a very usefull tool. If you are using Symfony or Laravel console options, ansicon formats the output text very nicely and you will never see "broken lines" or unknown characters.
::: UPDATE :::
After few hours of pissing off with this problem I found the solution. Problem was with Windows whitch did updates at the same time as Phpstorm... I did graphic card driver update and git bash magicaly works!
Thanks for advice :) I will never understand Windows -_-