Created
July 23, 2015 15:07
-
-
Save rxnlabs/58e7e7962ef0c2c12d1f to your computer and use it in GitHub Desktop.
Vagrant - Fix Vagrant Up error on Mac OSX. Fix to issue where Vagrant won't reload and provision the virtual machine for error NFS is reporting that your exports file is invalid. Vagrant does this check before making any changes to the file. Please correct the issues below and execute "vagrant reload": conflicting exports for /projects/vm/www, 1…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://nicolasleroy.be/blog/vagrant-error | |
vagrant halt // As the machine will have booted, even with the error above | |
rm -rf /etc/exports // Remove the exports file. | |
vagrant up // Let's try again, fingers crossed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment