Hexo: 执行 hexo d 没有任何输出,发现 githup 代码没有提交

Created on 27 Dec 2018  ·  3Comments  ·  Source: hexojs/hexo

after excute hexo d, no any outputs. there is _config_yml:
Deployment
Docs: https://hexo.io/docs/deployment.html
deploy: https://github.com/hjmJhon/hjmjhon.githup.io.git
type: git
branch: master

question

Most helpful comment

  1. I think there might be a typo in the repository name. hjmjhon.githup.io.git or hjmjhon.github.io.git?
  2. Make sure you have hexo-deployer-git installed. It should appear in your package.json file.

document

All 3 comments

  1. I think there might be a typo in the repository name. hjmjhon.githup.io.git or hjmjhon.github.io.git?
  2. Make sure you have hexo-deployer-git installed. It should appear in your package.json file.

document

thank you very much ! I discory the bug I made.

May we close ?

Was this page helpful?
0 / 5 - 0 ratings