From 453e4fc94070a44c9d0c424fd080d4cb558bae59 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Wed, 9 Oct 2019 13:39:25 +0800 Subject: [PATCH] credential.helper --- setup-home.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-home.sh b/setup-home.sh index 3516231..e874c08 100644 --- a/setup-home.sh +++ b/setup-home.sh @@ -10,5 +10,5 @@ ln -s ~/linux.config/.emacs.lisp ~/ ln -s ~/linux.config/.bashrc ~/ ln -s ~/linux.config/.bash_profile ~/ . ~/.bashrc -git config --global confidential.helper cache +git config --global credential.helper cache echo "######## 完毕 ##################"