git如何获取用户名和邮箱

答: git config user.name  (获取用户名)

   git config user.email (获取邮箱)

原文地址:https://www.cnblogs.com/dakewei/p/10452439.html