Git之清除已保存的账户
Posted sea-breeze
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git之清除已保存的账户相关的知识,希望对你有一定的参考价值。
Git会自动保存输入过的用户名、密码。
Windows
git config --system --unset credential.helper
Mac
sudo git config --system --unset credential.helper
以上是关于Git之清除已保存的账户的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程