From fc977cb90f1e7b893e6f3e0899d40594eec1868e Mon Sep 17 00:00:00 2001 From: Jenny Li Date: Thu, 8 Sep 2022 17:14:36 +0800 Subject: [PATCH] Fix git safe issue (#19101) Signed-off-by: Jenny Li Signed-off-by: Jenny Li --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0c583842bf..d4df6f9bbe 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ endif endif print-build-info: + $(shell git config --global --add safe.directory '*') @echo "Build Tag: $(BUILD_TAGS)" @echo "Build Time: $(BUILD_TIME)" @echo "Git Commit: $(GIT_COMMIT)"