-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Not visible what you are typing in BASH. #2005
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is an issue we already saw, and fixed. Could you try v2.20.1 (i.e. the current Git for Windows version)? |
on Windows 10 I'm using |
Updated on Windows 7 to 2.20.1, the same, even worst, seems like Ctrl+C is not working any more. |
BTW, I found that it happends only when you use Ctrl+C to exit the editor. If use "Ctrl+q q" or "zz" everyting works fine. |
Which editor? Where is there an editor involved in |
Yep, looks like it vim but not sure... During installation I did not change the default one, so probably vim. This is just habbit to exit by Ctrl+C... so, yes, when I use Ctrl+q q everything is fine. Should I close this one? |
Setup
$ git --version --build-options
git version 2.16.0.windows.2
cpu: x86_64
built from commit: a56c4f9
sizeof-long: 4
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
the same issue on
Microsoft Windows [Version 10.0.17763.195]
Details
** Bash **
If you run any git command which produces the result longer then the screen of terminal can fit, after you scroll to the end of the output [ ]
press Ctrl+C and start typing, everything what you typing is not visible anymore,
but if you hit Enter, it will execute what you entered.
I strugle with *git-diff, *git-reflog and other cmds when I need more then 30 lines...
It lasts couple years already, did not find time to report, sorry...
Thank you in advance. Happy New Year!
The text was updated successfully, but these errors were encountered: