I’m using msysgit 1.7.7.1 on Windows. I get an error when using git diff. What is causing this? Is there no diff tool included in msysgit? What should I do?
WARNING: terminal is not fully functional
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For Git Bash, this can be fixed by adding the following line to ~/.bashrc:
-or-
The first seems to be the original by git for windows, the second a popular known form to “heal” as well.
The problem can be caused if some other program (like for example Strawberry Perl) sets the
TERMsystem environment variables.http://code.google.com/p/msysgit/issues/detail?id=184