We have parallels business installed on Mac, and we have a Linux system as guess, inside Linux we install Docker and hosting our projects on local machine.
it ran fine until recently several developers in the team experiencing similar issues.
The issue is if we edit a file on Mac, or use Git switch to different branch, most likely our PHP project fails to run and report errors such as syntax error or could be others, but in fact those errors are unreal, each time we see this, then we have to stop docker containers, shut down Linux VM in Parallels, then restart VM, restart docker again, then the projects go back to normal. but as soon as we start editing some PHP files, PHP might shows similar error again, and we have to repeat the same process to solve this issue.
This problem happens to at least 3 developers here, is there anyone has similar problem and how to solve it?
Thanks for any help in advance.
it ran fine until recently several developers in the team experiencing similar issues.
The issue is if we edit a file on Mac, or use Git switch to different branch, most likely our PHP project fails to run and report errors such as syntax error or could be others, but in fact those errors are unreal, each time we see this, then we have to stop docker containers, shut down Linux VM in Parallels, then restart VM, restart docker again, then the projects go back to normal. but as soon as we start editing some PHP files, PHP might shows similar error again, and we have to repeat the same process to solve this issue.
This problem happens to at least 3 developers here, is there anyone has similar problem and how to solve it?
Thanks for any help in advance.