mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-21 10:07:06 +00:00
fix(git): use PATH-resolved gh in credential helper
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
|
||||
[credential "https://github.com"]
|
||||
helper =
|
||||
helper = !/opt/homebrew/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
|
||||
[credential "https://gist.github.com"]
|
||||
helper =
|
||||
helper = !/opt/homebrew/bin/gh auth git-credential
|
||||
helper = !gh auth git-credential
|
||||
|
||||
Reference in New Issue
Block a user