
Я пытаюсь запустить Vagrant Up в подсистеме Windows Linux, и появляется эта ошибка.
/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
Я уже пробовал удалить и переустановить Vagrant, но проблема не в этом. Я делал
chmod go-w /mnt/c
для каждого небезопасного мира, доступного для записи, но для /mnt/c эта команда не работает. Может кто-нибудь мне помочь?
Также я уже пробовал делать
[automount]
options="metadata,umask=0033"
в etc/wsl.conf файл, который я создал и он не работает. Я даже не могу запустить vagrant ssh.