Why does git diff on Windows warn that the “terminal is not fully functional”?

后端 未结 7 783
南方客
南方客 2020-12-04 09:43

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? Wha

7条回答
  •  日久生厌
    2020-12-04 10:47

    In case someone gets this launching bash from Git Extensions, check the setting for Path to linux tools.... Mine was set to C:\cygwin. Changing it to C:\Program Files (x86)\Git\bin\ fixed it for me. I didn't have to set the TERM variable to launch bash this way.

提交回复
热议问题