“如何修复 Jekyll 中的‘自动再生无限循环’”
“How to fix ‘Auto-regeneration infinine loop’ in Jekyll”
如何修复 Jekyll 中的“自动重新生成无限循环”错误?
- 已安装最新版本:Ruby、Gem。
- 创建了新项目 => 同样的错误。
Regenerating: 7 file(s) changed at 2019-08-15 21:25:54
_site/404.html
_site/about/index.html
_site/index.html
_site/assets/main.css
_site/feed.xml
_sg. See the How to Ask page for help clarifying this question.g. See the How to Ask page for help clarifying this question.ite/2019/08/15/Testseite.html
_site/jekyll/update/2019/08/15/welcome-to-jekyll.html
Jekyll Feed: Generating feed for posts
...done in 0.1852189 seconds.
这个输出一遍又一遍。
我知道了,问题是目录只读故事。
我通过在 Gemfile 中评论 gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
解决了这个问题。
如何修复 Jekyll 中的“自动重新生成无限循环”错误?
- 已安装最新版本:Ruby、Gem。
- 创建了新项目 => 同样的错误。
Regenerating: 7 file(s) changed at 2019-08-15 21:25:54
_site/404.html
_site/about/index.html
_site/index.html
_site/assets/main.css
_site/feed.xml
_sg. See the How to Ask page for help clarifying this question.g. See the How to Ask page for help clarifying this question.ite/2019/08/15/Testseite.html
_site/jekyll/update/2019/08/15/welcome-to-jekyll.html
Jekyll Feed: Generating feed for posts
...done in 0.1852189 seconds.
这个输出一遍又一遍。
我知道了,问题是目录只读故事。
我通过在 Gemfile 中评论 gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
解决了这个问题。