小编Sop*_*hia的帖子

尝试使用 jekyll 时如何解决此捆绑包更新错误?

我在运行 jekyll 来创建 GitHub 页面时遇到问题。按照文档中列出的说明进行操作后,在编辑 Gemfile 并尝试运行后,我不断收到错误消息bundle update。错误是:

Bundler could not find compatible versions for gem "terminal-table":
  In snapshot (Gemfile.lock):
    terminal-table (>= 2.0.0)

  In Gemfile:
    github-pages (~> 215) was resolved to 215, which depends on
      terminal-table (~> 1.4)'


  I reinstalled terminal-table using 'gem install terminal-table', and listing my gems using 'gem list' I can see that I have version 3.0.1 installed, so I don't understand the error.

Thanks.
Run Code Online (Sandbox Code Playgroud)

Gemfile

Bundler could not find compatible versions for …
Run Code Online (Sandbox Code Playgroud)

ruby jekyll github-pages

3
推荐指数
1
解决办法
6152
查看次数

标签 统计

github-pages ×1

jekyll ×1

ruby ×1