一、查看信息:
查看用户名 :git config user.name
查看密码: git config user.password
查看邮箱:git config user.email文章来源:https://www.toymoban.com/news/detail-514702.html
二、设置信息(--global 全局设置)
git config --global user.name "xxxx名称" git config --global user.email "xxxx.com邮箱" git config --global user.password "xxxxx密码"
三、查看配置
使用
git config --list
查看已设配置文章来源地址https://www.toymoban.com/news/detail-514702.html
到了这里,关于查看Git用户名/密码/邮箱,及设置git配置的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!