其他分享
首页 > 其他分享> > Giee

Giee

作者:互联网

git config --global (--replace-all) user.name "你的用户名"
git config --global (--replace-all) user.email "你的邮箱"
      清除缓存(.gitconfig)
git config --local --unset credential.helper
git config --global --unset credential.helper
git config --system --unset credential.helper
git config --global credential.helper store

 

标签:credential,git,helper,--,global,Giee,config
来源: https://www.cnblogs.com/ldl326308/p/15389142.html