git config --global --replace-all user.email “你要替换的邮箱地址”
git config --global --replace-all user.name"你要替换的用户名"
IDEA更改当前git用户名和邮箱
最新推荐文章于 2024-10-04 18:56:00 发布
git config --global --replace-all user.email “你要替换的邮箱地址”
git config --global --replace-all user.name"你要替换的用户名"