-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird behaviour of 'vagrant destroy' using Cygwin on Windows #1430
Comments
That happens if Ruby is telling us that STDIN is not a TTY: https://github.com/mitchellh/vagrant/blob/9a29cecfdfe933f497cd15fda4358b3a319cac3a/lib/vagrant/ui.rb#L66 I'm not sure why this would be with Cygwin... any ideas? |
I'm no expert on this either, but does this help you somehow: |
It slightly helps. I know now that Cygwin does weird things with stdin. Next, I need to know how to reliably determine tty with Cygwin. :( |
Fixed! :) Will be part of 1.2.0 |
This is the shell log - thought it's weird. ;)
https://gist.github.com/Thasmo/2688eec83285847db05a
The text was updated successfully, but these errors were encountered: