Hexo d部署命令出现 ERROR Deployer not found: git

$ hexo d
(node:6824) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:6824) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:6824) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
(node:6824) Warning: Accessing non-existent property 'lineno' of module exports inside circular dependency
(node:6824) Warning: Accessing non-existent property 'column' of module exports inside circular dependency
(node:6824) Warning: Accessing non-existent property 'filename' of module exports inside circular dependency
ERROR Deployer not found: git

原因是没有安装部署插件,安装即可

npm install --save hexo-deployer-git

猜你喜欢

转载自blog.csdn.net/weixin_43409994/article/details/106712398