Gitee

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

 

posted @ 2021-10-10 12:33  可可西里(lemon)  阅读(82)  评论(0编辑  收藏  举报