search

Home  >  Q&A  >  body text

node.js - hexo deploy没反应!

如题,我本地打开localhost:4000也能打开hexo界面,在配置文件里最后也修改了

deploy:
  type :github
  repository :https://github.com/MrKou47/Blog.git 
  branch :master

本地和git上也都有ssh,然后执行hexo d就是没有反映啊!执行后等一秒还是原来的界面..求解!

泪奔啊~

-----------------更新----------------------
我又重新生成了一下ssh,发现如下,这是什么情况?

ringa_leeringa_lee2779 days ago741

reply all(4)I'll reply

  • PHPz

    PHPz2017-04-17 13:24:54

    may be you should npm install hexo-deployer-git --save

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 13:24:54

    It seems that type should be filled in with git instead of github

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 13:24:54

    Go and see the official issue
    https://github.com/hexojs/hexo/issues/1154

    reply
    0
  • 阿神

    阿神2017-04-17 13:24:54

    npm list Look at the installation directory

    reply
    0
  • Cancelreply