简体   繁体   English

Git 用于 Windows - 凭证管理器问题

[英]Git for Windows - issue with credential manager

I installed the Git-2.34.0-64-bit.exe from Git for Windows and picked most of the default options.我从Git 为 Windows安装了Git-2.34.0-64-bit.exe ,并选择了大多数默认选项。 The install said that it was going to use the "git-credential-manager-core" which seems to be the newest incarnation of this.安装程序说它将使用“git-credential-manager-core”,这似乎是最新的化身。

Having completed the install and reboot, when I navigate to a directory with a GIT repo and I type git status from the cmd line, it works fine.完成安装并重新启动后,当我导航到具有 GIT 存储库的目录并从 cmd 行输入git status时,它工作正常。

But when I type git fetch it says:但是当我输入git fetch它说:

git: credential-manager is not a git command. git: credential-manager不是 git 命令。 Most similar command is credential-manager-core最相似的命令是credential-manager-core

So, why isn't it using the core version of the credential manager, or rather, what do I need to do to make it use that?那么,为什么不使用凭证管理器的核心版本,或者更确切地说,我需要做什么才能让它使用它?

Thanks谢谢

git credential-manager-core configure git credential-manager-core 配置

Just needed to execute this, then it worked只需要执行这个,然后它就起作用了

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何确定Windows版Git Credential Manager的版本? - How to determine the version of Git Credential Manager for Windows? 从Windows的Git Credential Manager中注销 - Logging out from Git Credential Manager for Windows Windows的Git Credential Manager和文件中的凭据 - Git Credential Manager for Windows and credentials in a file Git for Windows静默安装,无需“凭据管理器” - Git for Windows silent installation without “Credential Manager” GIT 凭据从 Windows 凭据管理器中消失 - GIT credentials disappearing from Windows Credential Manager 使用适用于Windows的Git Credential Manager保存GIT凭据 - 不起作用 - Save GIT Credentials using Git Credential Manager for Windows - Not working Jenkins无法从Windows凭据管理器检测到GIT凭据 - Jenkins does not detect GIT credentials from Windows Credential manager 如何禁用适用于 Windows 的 Git 凭据管理器? - How do I disable Git Credential Manager for Windows? 从 Visual Studio 2019 禁用 Git 的 Windows 凭据管理器 - Disable Git Credential manager for Windows from Visual Studio 2019 如何在 Windows 的 Git Credential Manager 中的每个 repo 本地存储凭据? - How to store credentials locally per repo in Git Credential Manager for Windows?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM