Linux环境下修改GIT的用户名和邮箱

git如何修改注册邮箱或用户名

git config user.name wangyaqing

git config user.email yaqing.wang@×××××.com

原文地址:https://www.cnblogs.com/canwyq/p/4920811.html