From ad0933a808abb4fc3dd213a7c50290c77a671fcb Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Fri, 14 Jun 2024 20:29:37 -0400 Subject: [PATCH] Ignore bad path for GH on MacOS --- configs/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/.gitconfig b/configs/.gitconfig index 2b9818d..1126dca 100644 --- a/configs/.gitconfig +++ b/configs/.gitconfig @@ -71,11 +71,11 @@ [credential "https://github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !gh auth git-credential [credential "https://gist.github.com"] helper = - helper = !/usr/bin/gh auth git-credential + helper = !gh auth git-credential [credential "http://*.gurustudio.com"] helper =