From 418c54299ec8176340a2946ce11415e2f2bdca21 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 02:03:30 +0900 Subject: git: reset credential.helper to disable system-default helper --- .config/git/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.config/git/config b/.config/git/config index 555701c..461ffb5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -74,6 +74,14 @@ [mergetool] keepbackup = false +# https://git-scm.com/docs/gitcredentials +# > If credential.helper is configured to the empty string, this resets the +# > helper list to empty (so you may override a helper set by a lower-priority +# > config file by configuring the empty-string helper, followed by whatever set +# > of helpers you would like). +[credential] + helper = + [credential "https://github.com"] helper = !gh auth git-credential -- cgit v1.2.3-70-g09d2