标签:邮箱 分享 地址 global 安装 alt 技术 客户 历史
查看自己的用户名和邮箱地址:
$ git config user.name
$ git config user.email
修改自己的用户名和邮箱地址:
$ git config --global user.name "xxx"
$ git config --global user.email "xxx"
标签:邮箱 分享 地址 global 安装 alt 技术 客户 历史
原文地址:https://www.cnblogs.com/summerLSC/p/9560582.html