We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Because i am on linux i run into a problem
You should change your l.44 of Vagrantfile to
if Vagrant::Util::Platform.windows? config.vm.synced_folder ".", "/vagrant", :mount_options => ["dmode=777", "fmode=777"] else config.vm.synced_folder ".", "/vagrant", :nfs => { :mount_options => ["dmode=777", "fmode=777"] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
Because i am on linux i run into a problem
You should change your l.44 of Vagrantfile to
The text was updated successfully, but these errors were encountered: