标签:邮箱 username 账号 glob lob email name 修改 config
git config user.name 查看用户名
git config user.email 查看用户邮箱
修改用户名和邮箱的命令
git config --global user.name "Your_username"
git config --global user.email "Your_email"
标签:邮箱 username 账号 glob lob email name 修改 config
原文地址:https://www.cnblogs.com/wt7018/p/12077594.html