hexo deploy:unable to auto-detect email address

问题

在git bush中使用hexo clean && hexo g && hexo d后未能成功部署到github上。

回到 git bush 中发现给出如下提示:

截屏2024-02-21 09.50.32

提示分析

提示中出现了“unable to auto-detect email address”,也就是说他“无法自动检测电子邮件地址”。,并给出了解决方案:

截屏2024-02-21 09.53.31

解决问题

截屏2024-02-21 09.54.05

1
2
git config --global user.email "***@***.com"
git config --global user.name "***"

hexo deploy:unable to auto-detect email address
http://example.com/2024/02/21/hexo-deploy:unable-to-auto-detect-email-address/
作者
Justin
发布于
2024年2月21日
许可协议