J'ai git
et gh
, tous les deux installés via scoop. J'ai configuré l'authentification git en utilisant
gh auth login
gh auth setup-git
Cependant, lorsque j'essaie de faire git fetch
, j'obtiens l'erreur suivante:
C:\Users\[user]\scoop\apps\gh\current\bin\gh.exe auth git-credential get: C:Users[user]scoopappsghcurrentbingh.exe: commande non trouvée
C:\Users\[user]\scoop\apps\gh\current\bin\gh.exe auth git-credential store: C:Users[user]scoopappsghcurrentbingh.exe: commande non trouvée
Voici mon .gitconfig
:
[core]
editor = \"C:\\Users\\[user]\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe\" --wait
[gui]
recentrepo = C:/Users/[user]/Python/Coney_Colabs
recentrepo = "C:/Users/[user]/C#/azrielCode"
[user]
email = [user]@gmail.com
name = [user]
[credential "https://github.com"]
helper =
helper = !C:\\Users\\[user]\\scoop\\apps\\gh\\current\\bin\\gh.exe auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !C:\\Users\\[user]\\scoop\\apps\\gh\\current\\bin\\gh.exe auth git-credential
[credential]
helper = manager-core