文章目录

1. 打开 git bash here

Git 用户名和邮箱配置_01_git

2. 用户名和邮箱配置
git config --global user.name "用户名"
git config --global user.email "邮箱"
git config --list