柏树林的 2016-10-11 10:06 采纳率: 68.8%
浏览 5425
已采纳

hexo在本地可以显式,但是部署不到在github上面

1,按着教程做,输入http://localhost:4000,原本的图片是这样的,

图片说明

2,然后想换一个界面,然后star了网上的,只是修改

 Extensions
 Plugins: https://hexo.io/plugins/
    Themes: https://hexo.io/themes/
theme: yilia  //原来是landscape——修改的

然后图片变成这样

图片说明

3,然后就想在github上面部署
操作是下面的


 Extensions
 Plugins: https://hexo.io/plugins/
 Themes: https://hexo.io/themes/
theme: yilia  //原来是landscape

 Deployment
 Docs: https://hexo.io/docs/deployment.html
deploy:
    type: git
    repository: https://github.com/qinsy/qinsy.github.io.git  //l
    branch: master

然后hexo deploy,
但是报错了。
unable to access 'https://github.com/qinsy/qinsy.github.io.git----

图片说明

访问github报404错。为什么错呢?

  • 写回答

1条回答 默认 最新

  • devmiao 2016-10-11 11:42
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?