git 查看修改账号密码

git config user.name         查看用户名 

git config user.email         查看用户邮箱

修改用户名和邮箱的命令

git config --global user.name "Your_username"
git config --global user.email "Your_email"

posted @ 2019-12-21 17:32  市丸银  阅读(8476)  评论(0编辑  收藏  举报