Background:
When using my version of Windows git in Powershell, I found that I received a "terminal is not fully operational" error, so I used the second solution posted here . (i.e. change TERM to msys) to fix the problem.
However, this caused a secondary problem when SSH'd in my Vagrant box, command-line applications such as Vim, Nano, and even Clear did not start, causing "msys: unknown terminal type" errors.
Then I tried to change TERM to "ansi" and I got better results during ssh, since the applications will work fine, but there are still formatting errors.
Question:
Is there a parameter for TERM in Windows environment variables that will work correctly for both my copy of Windows git and the Vagrant VM Bash shell via SSH?
source share