From 0ebad997d151d65a09011bd43b43d6fc96c4b233 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Fri, 5 Nov 2021 09:50:43 +0800 Subject: [PATCH] [config-debian.sh] git config --global credential.helper cache --- config-debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/config-debian.sh b/config-debian.sh index d146ab7..406b9ec 100755 --- a/config-debian.sh +++ b/config-debian.sh @@ -28,6 +28,7 @@ fi echo echo "<<< Git cloning to /faronear/fon/sysconfig" +git config --global credential.helper cache if [ ! -d "/faronear/fon/sysconfig" ] then git clone https://git.faronear.org/fon/sysconfig /faronear/fon/sysconfig