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

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

在git bash 中配置git用户名和邮箱及查看配置信息
Administrator@LuoTong- MINGW32 ~
$ git config --global user.name "mrluotong" Administrator@LuoTong- MINGW32 ~
$ git config --global user.email "[email protected]" Administrator@LuoTong- 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
[email protected]

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/zaji/587175.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-04-12
下一篇 2022-04-12

发表评论

登录后才能评论

评论列表(0条)

保存