在git bash 中配置git用户名和邮箱及查看配置信息

Administrator@LuoTong-10035 MINGW32 ~
$ git config --global user.name "mrluotong"

Administrator@LuoTong-10035 MINGW32 ~
$ git config --global user.email "836313470@qq.com"

Administrator@LuoTong-10035 MINGW32 ~
$ 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
rebase.autosquash=true
http.sslcainfo=d:/Program Files (x86)/Git/mingw32/ssl/certs/ca-bundle.crt
http.sslbackend=openssl
diff.astextplain.textconv=astextplain
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
pack.packsizelimit=2g
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
filter.lfs.required=true
user.name=mrluotong
user.email=836313470@qq.com

 

posted on 2018-12-28 19:52  Lightt  阅读(12773)  评论(0编辑  收藏  举报