I'm running git
commands from Pycharm's terminal using Powershell, on Windows. It sometimes gets stuck after I resize the terminal pane, when I press Q
, it just goes to a new line, but I don't get a new Powershell prompt, it just gets stuck there instead.
EDIT: This is not limited to Pycharm. It's also happening from Windows Terminal. However it does not happen using Powershell's own terminal or that of cmd. It seems to be only for terminals that make git-log print new lines (as if I was pressing Enter
) while resizing the window.
I have tried hitting Q
again, Ctrl+C
, Escape
, and other combinations of keys. Nothing works. I need to close the terminal and open a new one to be able to issue new commands.