Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Last active October 19, 2015 13:58
Show Gist options
  • Save oviniciusfeitosa/97fb3c23c9c45e407a51 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/97fb3c23c9c45e407a51 to your computer and use it in GitHub Desktop.
[ FIX ] After upgrade to Windows 10 + Vagrant + VirtualBox > Vagrant TTY
$ vagrant up
# After run 'vagrant up', if you have problems after upgrade
# to Windows 10 OS, maybe that solution will serve.
# Use this command to return your utsname struct
# and verify your version
$ uname -s # MINGW64_NT-10.0
# If you version is similar to this, just run that command below
$ export VAGRANT_DETECTED_OS=cygwin
# be happy!
$ vagrant up
$ vagrant up
# Após executar o comando 'vagrant up', se você tiver problemas após a atualização
# para o Windows 10 OS, talvez essa solução vai servir.
# Utilize este comando para retornar o struct utsname
# e verificar a sua versão
$ uname -s # MINGW64_NT-10.0
# Se sua versão é semelhante a esta, basta executar o comando abaixo
$ export VAGRANT_DETECTED_OS = cygwin
# seja feliz!
$ vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment