From 8ead6308d63462d075e677c5a90821cc3e8a222b Mon Sep 17 00:00:00 2001 From: Lachlan Donald Date: Mon, 9 Mar 2026 11:09:54 +1100 Subject: [PATCH 1/2] chore(git): use portable gh credential helper Amp-Thread-ID: https://ampcode.com/threads/T-019ccf5c-54e4-70dd-a500-fb75d29a883c --- git/gitconfig.symlink | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 88bd1b5..8ae43f5 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -62,3 +62,9 @@ [url "git@github.com:lox/"] insteadOf = https://github.com/lox/ insteadOf = github.com/lox/ +[credential "https://github.com"] + helper = + helper = !gh auth git-credential +[credential "https://gist.github.com"] + helper = + helper = !gh auth git-credential From c33c2caadc282e77f94159ca4e179c75ee60722e Mon Sep 17 00:00:00 2001 From: Lachlan Donald Date: Mon, 9 Mar 2026 11:21:16 +1100 Subject: [PATCH 2/2] fix(git): remove trailing whitespace in credential helper Amp-Thread-ID: https://ampcode.com/threads/T-019ccf5c-54e4-70dd-a500-fb75d29a883c --- git/gitconfig.symlink | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 8ae43f5..9b44f64 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -63,8 +63,8 @@ insteadOf = https://github.com/lox/ insteadOf = github.com/lox/ [credential "https://github.com"] - helper = + helper = helper = !gh auth git-credential [credential "https://gist.github.com"] - helper = + helper = helper = !gh auth git-credential