The git clone step for several of the services fails because the folders they are to be cloned into already exist and git doesn't like it. I'm guessing the previous mutagen-compose invocations are creating the folders in anticipation as they are listed explicitly in the x-mutagen section of the docker-compose file.
The
git clone
step for several of the services fails because the folders they are to be cloned into already exist and git doesn't like it. I'm guessing the previousmutagen-compose
invocations are creating the folders in anticipation as they are listed explicitly in the x-mutagen section of the docker-compose file.