I am using Mac and I'm trying to open a Drupal project. I'm using "ddev composer create "drupal/recommended-project" --no-install" command and get a permissions error every time. It doesn't matter if I am using Colima or Ddev. I gave the project folder Chmod -R 777 and got "Existing settings.php file includes settings.ddev.php Ensuring write permissions for folder" error. What can I do with it?
Existing settings.php file includes settings.ddev.php
Ensuring write permissions for folder
is not an error at all. It's simple informational output telling you two things:
So you don't have an error at all! If there is more output that you'd like to discuss, update your post and mention in a comment.
It's certainly possible that that output (which has been the same for 5 years I think) should just be debug output, and not shown all the time.