我在Github中有自己的私人仓库。我使用GitBash将其克隆到本地计算机,并意外输入了错误的密码。然后我再次尝试,而我曾经是
fatal: could not create work tree dir 'sample': Permission denied
我尝试了此命令
git config --global --unset credential.helper
如此处3 suggested workarounds所述,但这没有帮助。
我尝试了此命令
git credential-manager delete https://github.com
如此处Remove credentials from Git所述,但显示为“未知命令'delete'。请使用git-credential-manager ?
显示帮助。”
我不知道如何忘记输入的内容,或再次输入凭据。
答案 0 :(得分:0)
但它显示“未知命令'delete'。
像我mention here一样,现在正确的命令是 reject
:
git credential-manager reject https://github.com