Hi John, I'm not on a cywgin environment either, but TERM=cygwin still brought the best results. I had played with TERM=dumb and TERM=rxvt earlier, but both had its problems.
What I'm using is ConEmu as the better Windows cmd shell (with colors too :-)), a Cygwin-compiled ssh.exe and rsync.exe on the PATH (that migh explain why TERM=cygwin works for me) to make `vagrant ssh` and shared folders with cloud providers work. See here if you are interested: https://github.com/tknerr/bills-kitchen Cheers, Torben On Sat, Aug 2, 2014 at 5:20 PM, John Bergson <[email protected]> wrote: > Hi Torben, > > Thank you for your reply. I'm not on a Cygwin environment, so that doesn't > work for me. What I've been doing to get a reasonable ssh shell (with > colors!) is `vagrant ssh -- -t -t`, but too bad the arrow keys and > tab-completion still don't work. > > On Saturday, August 2, 2014 1:04:49 AM UTC+2, Torben Knerr wrote: >> >> I'm using `set TERM=cygwin` on the host, that gives me the best >> results so far (especially `vi` is still working properly in a >> `vagrant ssh` shell). >> >> HTH, Torben >> >> On Fri, Aug 1, 2014 at 4:41 PM, John Bergson <[email protected]> wrote: >> > Hi all! >> > >> > I have mintty configured with MSYS and MinGW, and have trouble running >> > certain vagrant commands in it. It usually displays a warning that TTY >> > is >> > required, and then exits. Is there a workaround for this other than >> > using >> > the Windows cmd? >> > >> > Thank you for your time. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Vagrant" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
