git设置用户名和邮箱

设置用户名和邮箱
git config --global user.name '用户名'
git config --global user.email '用户名@qq.com'
查看用户名和邮箱
git config user.name
git config user.email
posted @ 2024-06-26 15:33  七星飘虫  阅读(29)  评论(0)    收藏  举报