You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone runs into this, I was unable to change the executable bit on files (e.g. using "chmod 755 filename") in the shared folder. I'm running MacOS Sierra. The solution I used was to change "fmode=666" in the Vagrantfile to "fmode=766" (and then executing "vagrant reload").
The text was updated successfully, but these errors were encountered:
In case anyone runs into this, I was unable to change the executable bit on files (e.g. using "chmod 755 filename") in the shared folder. I'm running MacOS Sierra. The solution I used was to change "fmode=666" in the Vagrantfile to "fmode=766" (and then executing "vagrant reload").
The text was updated successfully, but these errors were encountered: