其他分享
首页 > 其他分享> > 搭建个人的github.io博客

搭建个人的github.io博客

作者:互联网

常见报错

提交代码时候常报错:ERROR Deployer not found: git

window使用Git的Git Bash Here,用hexo部署网站时执行:

hexo clean && hexo g && hexo d

结果,最后一步报错:ERROR Deployer not found: git

解决办法:

sudo install -- save hexo-deployer-git

再次运行即可提交代码

标签:Git,git,&&,hexo,Deployer,github,报错,io,搭建
来源: https://www.cnblogs.com/lhongsen/p/16290718.html