ZWX小站
30 字
1 分钟
Git常用命令
2024-04-18

设置用户名和邮箱#

# 配置用户名
git config --global user.name "wenxin.zheng"
# 配置用户邮箱
git config --global user.email "2574802744@qq.com"