From 1e1eaf22357755c41c219c155365584e671b522f Mon Sep 17 00:00:00 2001 From: Black-Gold Date: Sun, 11 Nov 2018 19:49:35 +0800 Subject: [PATCH] '' --- Git.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Git.md b/Git.md index 559f3f9..d81d649 100644 --- a/Git.md +++ b/Git.md @@ -5,3 +5,6 @@ git config credential.helper 'cache –-timeout=3600' 长期存储密码: git config –-global credential.helper store + +git config --global --unset-all credential.helper +git config --unset-all credential.helper