标签: git

Git禁止记住密码

前言在生产环境中部署git项目时,当pull时输入账号密码后,会被Git Bash记住;但如果部署在公共环境下,被记住就不太合适了。 解决方法Git Bash执行以下内容。 git credential-manager uninstall