Skip to content
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

Vagrant is attempting to interface with the UI in a way that requires a TTY. Most actions in Vagrant that require a TTY have configuration switches to disable this requirement. Please do that or run Vagrant with TTY. #6194

Closed
saifulmasud opened this issue Aug 25, 2015 · 9 comments

Comments

@saifulmasud
Copy link

Occuring this problem while adding vagrant box to laravel/Homestead in git bash => "vagrant box add laravel/homestead"

@srrobinson
Copy link

This is likely related to issue #6026, probably want to keep track of that.

@ghost
Copy link

ghost commented Sep 18, 2015

Try running command with --provider virtual, it worked for me.

@ghost
Copy link

ghost commented Sep 20, 2015

--provider virtual

Worked for me!

@raakesh
Copy link

raakesh commented Sep 25, 2015

using --provider virtualbox worked for me.

@sethvargo
Copy link
Contributor

Hi all,

Thank you for opening an issue. I believe this is occurring because of an issue in the laravel/homestead box and not Vagrant. That being said, I tried a few Vagrant boxes here locally (including the latest laravel/homestead), and none of them exhibited this issue.

I am going to close this issue, since the problem appears to be fixed. The other thing you can try (if using git bash) is to tell Vagrant you are using cwgwin:

export VAGRANT_DETECTED_OS=cygwin

@sourcec0de
Copy link

@sethvargo the export solved this issue for me.

@ccasciotti
Copy link

@sethvargo thanks man it worked for me

@Arjun1811
Copy link

Arjun1811 commented May 19, 2017

When i go to my project ..for example - /cygdrive/c/project/HoXXey/Project-tt and do a vagrant destroy .it is throwing Error Vagrant is attempting to interface with the UI in a way that requires
a TTY. Most actions in Vagrant that require a TTY have configuration
switches to disable this requirement. Please do that or run Vagrant
with TTY.
What is vagrant with TTY

How to solve this issue

@ghost
Copy link

ghost commented Apr 2, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants