Search code examples
gitwindows-10git-bash

Git Bash on Windows 10 ignores Ctrl + C


I encountered strange issue with git bash after starting using Windows 10.

Sometimes Ctrl+C (and Ctrl+X) doesn't terminate running command on git bash But I can't found any dependency which circumstances related to such bug

What could I do to avoid such issue or to break running command when ctrl+c doesn't help?


Solution

  • This problem went away for me after upgrading Git for Windows from 2.23 to 2.37.

    P.S. It always helps to include version information in your question.