查看用户名和邮箱地址:
//查看用户名
git config user.name
//查看用户邮箱地址
git config user.email
修改用户地址和邮箱:
//修改用户名称
git config --global user.name 你的用户名
//修改邮箱地址
git config --global user.email 你的邮箱名
查看用户名和邮箱地址:
//查看用户名
git config user.name
//查看用户邮箱地址
git config user.email
修改用户地址和邮箱:
//修改用户名称
git config --global user.name 你的用户名
//修改邮箱地址
git config --global user.email 你的邮箱名
本文标题:git 查看以及修改用户名和密码
本文链接:https://www.haomeiwen.com/subject/bwrnectx.html
网友评论