Git清除用户名密码信息、设置全局的用户名邮箱配置

清除密码信息

git credential-manager uninstall

保存密码

git config --global credential.helper store

设置

git config --global user.name 用户名
git config --global user.email 邮箱地址

posted @ 2021-04-01 11:22  IT当时语_青山师  阅读(30)  评论(0)    收藏  举报  来源