使用 jacman 主题 常见错误

在使用 Jacman 主题 ,错误1:当运行jekyll –server 提示

My jekyll_server screenshot

解决方案:

(1) 你需要将Gemfile source ‘https://rubygems.org’->source ‘http://rubygems.org’ 链接 这样在你运行下面命令,就不会一直报 “Make sure that ‘gem install ~ ‘ succeeds before bundling”

(2) sudo gem install bundler -v

(3) bundle install -V

(4) bundle exec jekyll serve