Home › Forums › Development Tools › Vagrant › Reply To: Vagrant
May 30, 2018 at 4:01 pm
#3244
Layer7web
Keymaster
To not have to enter a password when using
PHP
1 |
Vagrant up |
Change the permissions using this on a Mac:
PHP
1 |
sudo chmod +a "$USER allow write,append" /etc/hosts |
This was needed when Jenkins was running. It would hang on this otherwise.
Comments are closed.