用hexo创建博客时候的错误,已经到hexo d 这个步骤了,可是一下子跳出来好多错误
19246@wendy MINGW64 /d/blog
$ hexo d
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 '19246@wendy.(none)')
error: src refspec HEAD does not match any
error: failed to push some refs to 'https://github.com/rainbow-smart/rainbow-smart.github.io.git'
FATAL Something's wrong. Maybe you can find the solution here: https://hexo.io/docs/troubleshooting.html
Error: Spawn failed
at ChildProcess. (D:\blog\node_modules\hexo-util\lib\spawn.js:51:21)
at ChildProcess.emit (node:events:513:28)
at cp.emit (D:\blog\node_modules\cross-spawn\lib\enoent.js:34:29)
at ChildProcess._handle.onexit (node:internal/child_process:291:12)
__
```