How do I disable Git Credential Manager for Windows?

后端 未结 15 1881
被撕碎了的回忆
被撕碎了的回忆 2020-11-27 09:29

I notice that in the latest version of Git, the default is now to popup a \"Git Credential Manager for Windows\" dialog instead of prompting me for me password at the Bash p

15条回答
  •  暖寄归人
    2020-11-27 09:44

    Use:

    C:\Program Files\Git\mingw64\libexec\git-core                                                                       
    git credential-manager uninstall --force    
    

    This works on Windows systems. I tested it, and it worked for me.

提交回复
热议问题