git-for-windows / git

A fork of Git containing Windows-specific patches.
http://gitforwindows.org/
Other
8.19k stars 2.49k forks source link

Typing ESC Temporarily freezes Git Bash. Windows 10. This appears now to only be a problem on Git Bash For Windows, or it's transient. #4947

Open coderextreme opened 1 month ago

coderextreme commented 1 month ago

https://github.com/msys2/MINGW-packages/issues/20877

Not a Git problem, more like a bash problem, mostly fixed under MSYS2 and MINGW, but still present under Git Bash. I use Git Bash under Windows Terminal, or I use the Git Bash icon, and both are affected still.

I've tried upgrading git for windows with the upgrade tool. What seemed to work for MSYS2 and MINGW64 was pacman -Suy but the upgrade tool appears broken under Git for Windows.

I am not sure if this is the right place to post.

John