【发布时间】:2017-04-23 18:14:26
【问题描述】:
免责声明:我关于 stackoverflow 的第一个问题...所以首先是“Hello world”
我在将jekyll-sitemap 插件添加到我的网站时遇到了麻烦。
这是我的 Gemfile:
source 'https://rubygems.org'
gem 'jekyll-sitemap'
运行bundle 会导致:
Installing jekyll-sitemap 1.1.1
Encoding::CompatibilityError: incompatible character encodings: UTF-8 and ASCII-8BIT
An error occurred while installing jekyll-sitemap (1.1.1), and Bundler cannot continue.
Make sure that `gem install jekyll-sitemap -v '1.1.1'` succeeds before bundling.
顺便说一句,我在 Ubuntu 上
【问题讨论】:
标签: ruby rubygems jekyll bundler