Git 使用手册Git 配置配置 Git Config可以直接使用 https,方便代理,无需使用 ssh
# 配置UserName 和 Email
$ git config --global user.name "lecymeng"
$
2018-01-12