“git submodule update” failed with ‘fatal: detected dubious ownership in repository at…’
Silence all safe.directory warnings tl;dr Silence all warnings related to Git’s safe.directory system. Be sure to understand what you’re doing. git config –global –add safe.directory ‘*’ Long version Adapted from this post on I cannot add the parent directory to safe.directory in Git. I had the same issue and resolved it by disabling safe directory … Read more