There is currently a project being developed using vagrant (php+windows server 2012+iis). There is an upload function that requires writable permissions on the directory. Because the files synchronized by Vagrant cannot directly modify the permissions. Is there any solution?
我想大声告诉你2017-05-16 13:16:12
The method of sharing the directory will encounter inexplicable permission problems. I now switch to the local machine for development and use sftp to upload to the virtual machine