Use env for GitHub credential helper

This commit is contained in:
2026-05-02 11:56:17 -07:00
parent 52febc5943
commit 5664aa7aae

View File

@@ -102,10 +102,10 @@
required = true
[credential "https://github.com"]
helper =
helper = !/run/current-system/sw/bin/gh auth git-credential
helper = !/usr/bin/env gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/run/current-system/sw/bin/gh auth git-credential
helper = !/usr/bin/env gh auth git-credential
[includeIf "gitdir:~/Projects/org-agenda-api/"]
path = ~/.gitconfig.org-agenda-api
[includeIf "gitdir:~/Projects/dotfiles/org-agenda-api/"]