查看用户名:
git config user.name
查看用户邮箱:
git config user.email
修改用户名:
git config --global user.name "Your_username"
修改用户邮箱:
git config --global user.email "Your_email"
user.name/user.email后需有一个空格
查看用户名:
git config user.name
查看用户邮箱:
git config user.email
修改用户名:
git config --global user.name "Your_username"
修改用户邮箱:
git config --global user.email "Your_email"
user.name/user.email后需有一个空格
本文标题:git 修改用户名和邮箱
本文链接:https://www.haomeiwen.com/subject/bjcbuctx.html
网友评论