搭建Hexo博客时,在git上执行 hexo d _hexo g 报错_ERROR Local hexo not found in D__blog 解决方法
Hexo搭建博客的时候,已经使用命令在cmd中下载了依赖包,但是执行 hexo d 和hexo g 报错,报错如下:
导致这个原因为在自己的博客文件夹中,.gitignore文件中添加了node_modules/,导致更新的时候,这个文件夹被忽略,没有被更新上去。
解决方案:
- 进入博客根目录
- 执行 cnpm install
- 执行 hexo s
- 执行成功后,再到博客下的git中执行 hexo d /hexo g 发现可以执行成功了。
愿你的坚持终有收获。
Invitation
aqing
962555446
created:15/04/2021
Welcome to Candyhome
Use this card to join the candyhome and participate in a pleasant discussion together .
Welcome to aqing's candyhome,wish you a nice day .
评论