1. 查看全部配置:
git config --lsit
2.查看和设置用户名和邮箱设置:
查看:
git config --global user.name
git config --global user.email
设置:
git config --global user.name"Your Name"
git config --global user.email"email@example.com"
1. 查看全部配置:
git config --lsit
2.查看和设置用户名和邮箱设置:
查看:
git config --global user.name
git config --global user.email
设置:
git config --global user.name"Your Name"
git config --global user.email"email@example.com"
本文标题:一. 查看和设置GIT配置
本文链接:https://www.haomeiwen.com/subject/nlaxsktx.html
网友评论