Git 个人访问令牌缓存
Git Personal Access Token caching
“C:\ProgramData\Miniconda3\Scripts\gh.exe auth git-credential get: C:ProgramDataMiniconda3Scriptsgh.exe: command not found”
使用 git 推送时显示的错误消息。
git 推送任务已成功完成,但此错误消息令人讨厌
我已经使用 Github CLI 成功地缓存了我的 PAT。
我唯一的问题是上面的错误信息。
帮我想想办法Here is the screenshot of error message in git push
检查git config credential.helper
(或git config --global credential.helper
)
的输出
如果它包含带有 \
的路径,请执行 git 配置(--global)--编辑,并转义反斜杠:每个 \
变成 \
.
“C:\ProgramData\Miniconda3\Scripts\gh.exe auth git-credential get: C:ProgramDataMiniconda3Scriptsgh.exe: command not found” 使用 git 推送时显示的错误消息。 git 推送任务已成功完成,但此错误消息令人讨厌 我已经使用 Github CLI 成功地缓存了我的 PAT。 我唯一的问题是上面的错误信息。
帮我想想办法Here is the screenshot of error message in git push
检查git config credential.helper
(或git config --global credential.helper
)
如果它包含带有 \
的路径,请执行 git 配置(--global)--编辑,并转义反斜杠:每个 \
变成 \
.