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

Posted mrluotong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在git bash 中配置git用户名和邮箱及查看配置信息相关的知识,希望对你有一定的参考价值。

[email protected]10035 MINGW32 ~
$ git config --global user.name "mrluotong"

[email protected]-10035 MINGW32 ~
$ git config --global user.email "[email protected]"

[email protected]-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

 

以上是关于在git bash 中配置git用户名和邮箱及查看配置信息的主要内容,如果未能解决你的问题,请参考以下文章

Git 安装及查看/修改用户名和邮箱

git ssh-key 及邮箱的配置

设置git的用户名邮箱和密码

在git bash上操作Git

git 本机链接多库配置

初次安装git配置用户名和邮箱及密钥