git commit 出现please tell me who you are

#git commit时出现please.tell me who you are,输入git config 的邮箱是qq邮箱吗?姓名是QQ邮箱的姓名,还是gitee的姓名?
#git commit _m "massage",massage文件名吗?

img

img


需要空格,user.name 是gitee的用户名, git commit -m "这是备注信息",不是文件名

在git创建项目时出现,
是因为在创建git文件夹的时候信息不完善导致的
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
试试
不行就重新配置吧