
Estou tentando emitir o vagrant up no subsistema Windows Linux e esse erro está aparecendo.
/opt/vagrant/embedded/gems/2.2.7/gems/vagrant-2.2.7/lib/vagrant/util/which.rb:37: warning: Insecure world writable dir /mnt/c in PATH, mode 040777
Vagrant failed to initialize at a very early stage:
Vagrant is unable to use the VirtualBox provider from the Windows Subsystem for
Linux without access to the Windows environment. Enabling this access must be
done with caution and an understanding of the implications. For more information
on enabling Windows access and using VirtualBox from the Windows Subsystem for
Linux, please refer to the Vagrant documentation:
https://www.vagrantup.com/docs/other/wsl.html
Já tentei remover e reinstalar o vagrant e esse não é o problema. eu estava fazendo
chmod go-w /mnt/c
para todos os mundos inseguros graváveis, mas para /mnt/c este comando não funciona. Alguém pode me ajudar?
Também já tentei fazer
[automount]
options="metadata,umask=0033"
em etc/wsl.conf um arquivo que criei e não funcionou. Eu não consigo nem emitir ssh vagrant.