【发布时间】:2019-12-01 20:41:57
【问题描述】:
我正在使用 Jekyll 制作 GitHub 博客页面。我已经失败了无数次,只是分叉了一个新的,并在存储库中按照 README 进行操作。
这是https://github.com/janczizikow/sleek/blob/master/README.md 我试图在目录(主)内运行,但这个消息不断出现。
我在互联网上尝试了“gem install bundler”、“gem cleanup”和类似的解决方案,但仍然无法修复。我知道我需要另一个较低的版本,那么如何删除当前版本并安装我需要的版本?
我从未使用过 Ruby,所以我很迷茫。一点建议意义重大。
bundle install
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.12) x64-mingw32
Current Bundler version:
bundler (2.0.2)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
Could not find gem 'bundler (~> 1.12)' in any of the relevant sources:
the local ruby installation
【问题讨论】:
标签: ruby github rubygems jekyll