hexo deploy时候,发现报错:

remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.

致命错误:'https://github.com/xiaozhiliaoo/xiaozhiliaoo.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.<anonymous> (/Users/jiandanlli/Desktop/gitspace/blog/node_modules/hexo-util/lib/spawn.js:51:21) at ChildProcess.emit (node:events:513:28) at ChildProcess._handle.onexit (node:internal/child_process:291:12)

是因为August 13, 2021后密码需要github的token值,而不是登录密码。

需要再这个页面 https://github.com/settings/tokens 生成token值,然后当成密码输入即可。