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