"Vagrant is attempting to interface with the UI" - Homestead 设置

"Vagrant is attempting to interface with the UI" - Homestead setup

我正在尝试设置一个 homestead 环境,但我似乎遇到了第一个障碍。

安装homestead和运行后

vagrant box add laravel/homestead

我收到以下错误

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.

我已经看过文章 here 但这对我的特定问题没有帮助。有人 运行 以前遇到过这个问题吗?

如果您 运行 在 cmd.exe 中以管理员身份执行命令可能会避免 TTY 错误。这是我能够让它发挥作用的唯一方法。

无论出于何种原因(可能是 txst_gilley 提到的管理员原因)在 CMD 提示中它不会 运行。

安装了带有最新版本 GIT 的 MinTTY 我尝试了 运行 那里的命令并且它工作正常!

感谢大家的帮助。