设置全局用户名
git config --global user.name "username"
设置全局邮箱
git config --global user.email "name@email.com"
设置全局密码
git config --global user.password "password"
查看用户列表
git config --global --list
设置全局用户名
git config --global user.name "username"
设置全局邮箱
git config --global user.email "name@email.com"
设置全局密码
git config --global user.password "password"
查看用户列表
git config --global --list
本文标题:设置git的用户名邮箱和密码
本文链接:https://www.haomeiwen.com/subject/rtjtdrtx.html
网友评论