Installed DDEV to use to run our local server. On my local github repo folder, I run the following
$: ddev start
this shows the following error below:
Adding custom/shell commands failed: Failed to chmod file /mnt/d/xxx/xxx/xxx/xxx/.ddev/.global_commands/.gitattributes to mode -rwxr-xr-x, err=chmod /mnt/d/xxx/xxx/xxx/xxx/.ddev/.global_commands/.gitattributes: operation not permitted
Starting sunrise...
Failed to start sunrise: chmod /mnt/d/xxx/xxx/xxx/xxx/.ddev/.homeadditions/README.txt: operation not permitted
Any idea how to fix it?
I tried the following:
sudo chmod -rwxr-xr-x /mnt/d/xxx/xxx/xxx/xxx/.ddev/.homeadditions/README.txt
But no luck.
Thanks to whom can help.