目标
使用 Jekyll 启动 Github 页面。我正在关注Github Pages 文档。
问题
执行时:
bundle exec jekyll 3.8.7 new .
返回以下错误:
fatal: 'jekyll 3.8.7' could not be found. You may need to install the jekyll-3.8.7 gem or a related gem to be able to use this subcommand..
另请注意,(a)Jekyll 3.8.7 是Github Pages 的当前依赖版本,(b)如果我为 Jekyll 4.1.0 尝试它,则会返回相同的错误。
语境
我尝试了这篇 SO 帖子中的建议-- $ bundle init, $ bundle add jekyll-- 但这并没有解决我的问题。
系统详情:
$ which ruby
/Users/vishrutarya/.rbenv/shims/ruby
$ ruby -v
ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin19]
$ jekyll -v
jekyll 4.1.0
$ which jekyll
/Users/vishrutarya/.gem/ruby/2.7.0/bin/jekyll