1、打开终端git bash 输入
git config --local user.email “你的邮箱”
git config --local user.name “你的名字i”
2、或者打开项目所在的config配置文件,在后面添加
[user]
email = 123456@qq.com
name = zhangsan
1、打开终端git bash 输入
git config --local user.email “你的邮箱”
git config --local user.name “你的名字i”
2、或者打开项目所在的config配置文件,在后面添加
[user]
email = 123456@qq.com
name = zhangsan