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?
The same happened to me when using:
C:\Program Files\Git\bin\sh.exe --login -i
But it was NOT present with:
C:\Program Files\Git\usr\bin\sh.exe --login -i
There does not seem to be any difference in behavior between the sh.exe in a folder and the bash.exe in a particular folder. Namely, bin\bash.exe behaves the same as bin\sh.exe, and usr\bin\bash.exe behaves the same as usr\bin\sh.exe
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With