bundle exec jekyll serve报错

发布于 2022-09-04 13:09:24 字数 478 浏览 19 评论 0

请问如何解决?

➜  zhangwei900808.github.io git:(master) bundle exec jekyll serve
Your bundle is locked to i18n (0.7.0), but that version could not be found in any of the sources listed in your Gemfile. If you haven't changed sources, that means the author of i18n (0.7.0) has removed it. You'll need to update your bundle to a different version of i18n (0.7.0) that hasn't been removed in order to install.
Run `bundle install` to install missing gems.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

内心激荡 2022-09-11 13:09:24

请检查你的Gemfile文件,文件内容一般类似于这样:

source "http://mirrors.ustc.edu.cn/rubygems"
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
gem "jekyll"
gem "jemoji"
gem "jekyll-paginate"
gem "jekyll-mentions"
gem "jekyll-redirect-from"
gem "kramdown"
神仙妹妹 2022-09-11 13:09:24

试试 bundle install

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文