You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running vagrant within windows based OS, we need to run the following command in the terminal console, in order to allow the TTY to run when executing the Vagrantfile:
export VAGRANT_DETECTED_OS=cygwin
Otherwise, we get the following error when performing a vagrant operation:
$ vagrant up
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.
The text was updated successfully, but these errors were encountered:
When running vagrant within windows based OS, we need to run the following command in the terminal console, in order to allow the TTY to run when executing the
Vagrantfile
:export VAGRANT_DETECTED_OS=cygwin
Otherwise, we get the following error when performing a
vagrant
operation:The text was updated successfully, but these errors were encountered: