From 7d820d355f137ed1c8e43fa3902b6de283002f31 Mon Sep 17 00:00:00 2001 From: black-gold Date: Sun, 11 Nov 2018 19:08:36 +0800 Subject: [PATCH] '' --- Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Git.md b/Git.md index 1b93c2c..e91689f 100644 --- a/Git.md +++ b/Git.md @@ -2,6 +2,6 @@ git config -–global credential.helper cache 如果想自己设置时间,以秒为单位: git config credential.helper ‘cache –timeout=3600’ -- + 长期存储密码: git config –-global credential.helper store