【发布时间】:2018-07-18 10:58:34
【问题描述】:
回购:https://github.com/FisherKK/F1sherKK-Online
我是 Jekyll 的新手,并且在单次提交中推动了许多更改,现在我很难说出问题出在哪里。我正在编辑最小布局。 GitHub 返回一般错误:
页面构建失败。有关详细信息,请参阅 https://help.github.com/articles/troubleshooting-github-pages-builds/.
有关 Jekyll 故障排除的信息,请参阅:
https://help.github.com/articles/troubleshooting-jekyll-builds
如果您有任何问题,可以通过回复此邮件与我们联系 电子邮件。
我顺利运行bundle update 并且页面在本地工作:
$ bundle exec jekyll build Configuration file: /Users/F1sherKK/Dev/F1sherKK-Online/_config.yml
Source: /Users/F1sherKK/Dev/F1sherKK-Online
Destination: /Users/F1sherKK/Dev/F1sherKK-Online/_site Incremental build: disabled. Enable with --incremental
Generating...
done in 0.523 seconds.
Auto-regeneration: disabled. Use --watch to enable.
我尝试了以下方法:
- 根据:Github page build failure
- 我已经确认我只使用了
gh-pages分支。 - 我已经确认我没有添加任何
_起始文件夹(Jekyll 使用的文件夹除外) - 我已添加
.nojekyll文件,但我的网站完全崩溃(404,白色,无布局),因此我已将其删除。
- 我已经确认我只使用了
- 根据:jekyll page build failure
- 确认 GitHub 服务器工作在:https://status.github.com/messages
- 根据:"page build failed" when pushing a new blog post to github
- 确认我的类别(例如
categories: machine_learning deep_learning history)不在列表[]括号中。
- 确认我的类别(例如
- 根据:Adding of any html file from the minima/_includes directory into the website directory cause the github build to fail
- 我认为我没有接触过
head.html文件中的任何内容。
- 我认为我没有接触过
我想我会把它发送到 support@github.com 因为我读过他们也在解决这些问题......
【问题讨论】:
标签: git jekyll github-pages