“C:\ProgramData\Miniconda3\Scripts\gh.exe auth git-credential get: C:ProgramDataMiniconda3Scriptsgh.exe: command not found” 當我使用 git push 時顯示錯誤訊息。git push 任務已成功完成,但此錯誤訊息令人討厭地顯示我已經使用 Github CLI 成功快取了我的 PAT。我唯一的問題是上面的錯誤資訊。
幫我弄清楚。這是 git push 中的錯誤訊息截圖
uj5u.com熱心網友回復:
檢查git config credential.helper(或git config --global credential.helper)的輸出
如果其中包含路徑\,請執行 git config (--global) --edit 并轉義反斜杠:每個都\變成\\.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qiye/446816.html
標籤:github git-credential-manager
上一篇:為多個專案設定gitconfig
下一篇:self在swift專案中不可用
