Administrator@MI-202204040116 MINGW64 /d/Git测试 (master)
$ git config --global user.name "f45601535" // 设置的用户名
Administrator@MI-202204040116 MINGW64 /d/Git测试 (master)
$ git config --global user.emall "279579450@qq.com" //设置的邮箱
Administrator@MI-202204040116 MINGW64 /d/Git测试 (master)
$ git commit -m "FirstText"
Author identity unknown
Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: unable to auto-detect email address (got 'Administrator@MI-202204040116.(none)')
设置了用户名和邮箱,git commit 的时候还是提示 让设置用户名和邮箱,我已经设置过好几次 用户名和邮箱了,就是到提交这一步出错?求解释下原因