无法将hexo链接到github帐户

时间:2019-05-07 12:37:17

标签: hexo

我按照Deployment | Hexo的指示来部署我的博客

  • 编辑 _config.yml
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
  type: git 
  repo: https://github.com/KernelWhisper/AlphaAlgorithms.github.io.git
  branch: master
  name: KernelWhisper
  email: gcpu.whisper@gmail.com

 # URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://AlphaAlgorithms.github.io
root: /
permalink: :year/:month/:day/:title/
  • 运行
hexo clean
hexo generate
hexo deploy

不幸的是

当我尝试访问https://alphaalgorithms.github.io/时,它报告404错误,并且页面https://kernelwhisper.github.io/AlphaAlgorithms.github.io/的格式错误。

它在本地主机上正确显示。

我的配置有什么问题?

0 个答案:

没有答案