Certain commands, such as git log
result in an annoying error message before the expected output is produced on screen. The error message looks like this:
C:\CNC>git log
WARNING: terminal is not fully functional
- (press RETURN)commit 5d2076175b...
Now let me differentiate this question from similar questions and show what I've already tried.
I'm using git portable on Windows; version 2.22.0.windows.1
Windows 10, Version 10.17763
I'm not using git-bash and for the sake of this question, assume it is not possible. I am specifically asking for a solution with git-cmd.exe.
I do not have admin access on my machine. Other questions have people setting an environment variable
set TERM=msys
. I can do this under my user profile, but not at the system level. I have set TERM at the user level, but it doesn't solve the problem.