标签:email 电子邮件 str 用户 scm 用户名 nbsp global 子邮件
安装地址:
https://git-scm.com/downloads
配置Git上个人的用户名称和电子邮件地址,用来记录提交人的信息:
$ git config --global user.name "your name" $ git config --global user.email "your_email@youremail.com"
-- 查看所有配置信息
$ git config -l
标签:email 电子邮件 str 用户 scm 用户名 nbsp global 子邮件
原文地址:https://www.cnblogs.com/newweipeng/p/10977543.html