赞
踩
git config user.namegit config user.email
git config --global user.name "your_username" # 配置用户名git config --global user.email "your_email" # 配置邮箱