第一次使用,注册用户名和设置邮箱

noatnu@sobeautiful MINGW64 ~
$ git config --global user.name "blake"

noatnu@sobeautiful MINGW64 ~
$ git config --global user.email "noatnu@163.com"

noatnu@sobeautiful MINGW64 ~
$ git config --list
core.symlinks=false
core.autocrlf=true
core.fscache=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
help.format=html
http.sslcainfo=D:/version_git_svn/git/Git/mingw64/ssl/certs/ca-bundle.crt
diff.astextplain.textconv=astextplain
rebase.autosquash=true
user.name=blake
user.email=noatnu@163.com

noatnu@sobeautiful MINGW64 ~
$


posted on 2017-02-15 21:14  非洲来的蚂蚁  阅读(113)  评论(0编辑  收藏  举报