From 835fd28bfac313cefbe029245339c66c027b2d40 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 06:32:36 -0700 Subject: [PATCH] Make git config global (within container) --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.sh b/init.sh index 030471a..6988c88 100644 --- a/init.sh +++ b/init.sh @@ -106,8 +106,8 @@ else git add . git commit -m "Init" git remote add upstream $DL_LINK - git config user.email "autodeploy@jafner.tools" - git config user.name "AutoDeploy" + git config --global user.email "autodeploy@jafner.tools" + git config --global user.name "AutoDeploy" fi echo " === Using latest version on $DL_LINK" echo " === Starting!"