-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
Running init_project.sh fails to sync vagrant folders #188
Comments
run bash with admin permission if you using window. Linux make sure you have mount folder contain script have full permissions |
Had to add this line to get_host_os.sh:
|
I tried both these approaches, unfortunately I was unsuccessful. |
Do not put the host sync folder in an encrypted home folder. |
Try to disable firewall ;-) sudo systemctl disable ufw && sudo systemctl stop ufw I had this:
Disabling the firewall solved the problem. |
Actually I just saw that this has already been mentioned here: #173 |
Wait, this is totally plausible to me, since it checks for |
Please kill me .. I figured it all out: Wrong git config From requirements:
|
In ubuntu 16.04 I've resolved this issue by restoring file permissions of the
|
-Mac OS Solution - @paliarush i really think its need to be at FAQ. Its takes me a lot of time to find the solution. |
I'm using virtualbox 5.2.2 and vagrant 2.0.1and the setup fails with:
The text was updated successfully, but these errors were encountered: