From f9412d77da41b44e3eb2b2fa9115f11661389b94 Mon Sep 17 00:00:00 2001 From: iProbe Date: Tue, 13 Jun 2023 13:42:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'Probe/utils.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Probe/utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Probe/utils.sh b/Probe/utils.sh index e018d4c..04d093e 100644 --- a/Probe/utils.sh +++ b/Probe/utils.sh @@ -113,8 +113,8 @@ function requireGit(){ fi git config --system --unset credential.helper git config --global credential.helper store - git config --global user.name "江路" - git config --global user.email jlcon@qq.com + git config --global user.name "wangsuipeng" + git config --global user.email ihi@ihi.im git config --global core.longpaths true git config --global http.sslVerify false git config --global pull.rebase false