-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Description
When running the generator inside the container, the following error is reported, and generation fails.
/source/openapi-generator /
fatal: detected dubious ownership in repository at '/source/openapi-generator'
To add an exception for this directory, call:
git config --global --add safe.directory /source/openapi-generator
If it helps, I'm running the generator using java-crd-cmd.sh:
java-crd-cmd.sh -n com.vmware.tanzu.apps.config -p com.vmware.tanzu.acs -l 2 -h true -o /tmp/gen-output -g trueFor now, I've worked around the issue by adding RUN git config --system --add safe.directory '/source/openapi-generator' in my fork. I'm happy to contribute the change, but I wasn't sure if this would be the best fix.
michael-valdron and ityuhui
Metadata
Metadata
Assignees
Labels
No labels