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
|
|
Can be fixed by adding the following line to ~/.bashrc:
|
|||||||||||||
|
|
If you are having issues in cmd.exe, for instance, see the warning here:
Then simply set your environment variables and include TERM=msys. After that, each time you open a cmd.exe, your variable will be set correctly.
NOW YOU MUST RESTART YOUR SHELL (CMD.EXE). Just run a new one. And from there, you should have no more issues. Again:
|
|||||||||||||
|
|
Above answers was not fully worked for me, so I did: Add
to "[githome]/etc/profile" at the top but it made changes only for git bash. Then I added
to "[githome]/cmd/git.cmd" after @setlocal (I installed only git run from command line). May be this decision not truly good but it works for me and there are not any terminal warnings. (I use git version 1.7.10.msysgit.1). |
|||
|
|
The answer can be found here, in which the author of the solution claims that:
that was instead of
You can change that to
to solve the problem at hand. |
|||||||||
|
|
I work in powershell and I have the git executable directly in my path. None of the suggested answers worked, but I found a solution that works for me. I added a line in my powershell profile:
Which fixed the problem for me. |
|||||||||||
|
|
In case someone gets this launching bash from Git Extensions, check the setting for |
|||
|
|