1 设置用户名和邮箱
右键选择Git Bash Here,在命令框中输入执行下面两条命令
git config --global user.name “yourname”
git config --global user.email“y
2022-08-12