git View modify account password

git config user.name see the usernames 

git config user.email          View user's mailbox

Modify the user name and mailbox commands

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

Guess you like

Origin www.cnblogs.com/wt7018/p/12077594.html