代码之家  ›  专栏  ›  技术社区  ›  mimic

我输入错误的密码时,试图克隆我自己的私人回购,现在gitbash不允许我再次输入它

  •  0
  • mimic  · 技术社区  · 5 年前

    fatal: could not create work tree dir 'sample': Permission denied
    

    我试过这个命令

    git config --global --unset credential.helper
    

    如本文所述 Remove credentials from Git 但没用。

    我试过这个命令

    git credential-manager delete https://github.com
    

    如本文所述 Git doesn't allow me to enter my password for cloning since I got it wrong the first time git-credential-manager ? 显示帮助。”

    我不知道如何让它忘记我输入的内容,或者再次输入凭据。

    0 回复  |  直到 5 年前
        1
  •  0
  •   VonC    5 年前

    但上面写着“未知命令‘删除’。

    像我一样 mention here reject :

    git credential-manager reject https://github.com