In the docker build script that Kokoro runs, the directories are owned by a different user. Git complains about that and in the GN flow GN will error out. In this docker flow we don't care about that warning, so within the docker config set a git global option to ignore the issue.