Reputation: 105
I'm attempting to set up a homestead environment but I seem to be falling at the first hurdle.
After installing homestead and running
vagrant box add laravel/homestead
I get the following 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.
I've already seen the article here but this doesn't help with my particular issue. Anyone run into this problem before?
Upvotes: 1
Views: 1152
Reputation: 105
For whatever reason (possibly the admin reasons as mentioned by txst_gilley) in CMD prompt it wouldn't run.
Having installed MinTTY with the latest version of GIT I tried running the command in there and it works fine!
Thanks for everyone's help.
Upvotes: -1
Reputation: 21
If you run the commands as administrator in cmd.exe it may may avoid the TTY error. That's the only way I was able to make it work.
Upvotes: 2