我的 Jekyll 文件运行,但返回错误

问题描述

好吧,我正在用 jekyll (Ruby) 创建一个站点,所以在我的目录中执行命令:

    bundle exec jekyll serve

我有mensage:

    Doing `require 'backports'` is deprecated and will not load any backport in the next major 
    release.
    Require just the needed backports instead,or 'backports/latest'.
    Configuration file: /home/danikelle/indigo/_config.yml
    GitHub Metadata: site.name is set in _config.yml,but many plugins and themes expect site.title 
    to be used instead. To avoid potential inconsistency,Jekyll GitHub Metadata will not set 
    site.title to the repository's name.
        Source: /home/danikelle/indigo
    Destination: /home/danikelle/indigo/_site
    Incremental build: disabled. Enable with --incremental
    Generating...
    Jekyll Feed: Generating Feed for posts
     Autopages: disabled/Not configured in site.config.
    Pagination: disabled in site.config.
                done in 3.311 seconds.
                Auto-regeneration may not work on some Windows versions.
                Please see: https://github.com/Microsoft/BashOnWindows/issues/216

这是什么?

我在 Windows 中使用 WSL for linux。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...