0

I get that message (see title) when I type

$ git log

I tried many many ways proposed by StackOverflow members but it does not work for me.

Tried this:

    <Rclick>Computer, Properties, 
  [Advanced System Settings], [Advanced], [Environment Variables]
  Create a new System variable "TERM", value "msys"

And this:

created a .bashrc file in ~/ and typed this line in it: export TERM=msys

but to no avail.

Any other ways to fix it ??

Sylvain
  • 553
  • 3
  • 14
  • 26
  • Duplicate: [why does git diff on windows warn that the terminal is not fully functional](http://stackoverflow.com/questions/7949956/why-does-git-diff-on-windows-warn-that-the-terminal-is-not-fully-functional) – Brian Roach Jan 04 '14 at 19:04
  • I saw that question with its green-checked answer. Tried it = added the this line 'export TERM=msys' to ~/.bashrc. But it does not work – Sylvain Jan 04 '14 at 19:43
  • 1
    Are you running git from the `bash` terminal that it ships with, or via `cmd.exe`? – ChrisGPT was on strike Jan 04 '14 at 19:45
  • Did you restart bash or run `source ~/.bashrc` after modifying said file? – Magnus Bäck Jan 04 '14 at 23:55

1 Answers1

0

ok now its working. I rebooted my system so maybe that was what I had to do as a final step

Sylvain
  • 553
  • 3
  • 14
  • 26