1. 查看当前登录账号:
git config user.name

2. 查看当前登录邮箱:
git config user.email

3. 修改用户名和邮箱:
git config --global user.name "Your_username"
git config --global user.email "Your_email"

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐