Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently on the "update submodule" step, we're getting this: git submodule update --init --recursive fatal: detected dubious ownership in repository at '/__w/certwrapper/certwrapper' To add an exception for this directory, call: git config --global --add safe.directory /__w/certwrapper/certwrapper make: *** [Makefile:126: update] Error 128 Given the absolute lack of any details of what user the owner is and why that might be dubious, I've chosen to follow it's advice without prying too hard. Signed-off-by: Peter Jones <[email protected]>
- Loading branch information