我使用GitHub Pages Jekyll与bootstrap主题,"感觉响应。"我的问题是jekyll捆绑器在生成过程中卡住了。
为了在本地开发jekyll站点,我运行"bundle exec jekyll serve"而不是"jekyll serve",因为我得到了这个错误,
J-MacBook-Pro:<user>.github.io jimbo$ jekyll serve
/Library/Ruby/Gems/2.0.0/gems/bundler-1.13.3/lib/bundler/runtime.rb:40:in
`block in setup': You have already activated colorator 1.1.0, but your Gemfile
requires colorator 0.1. Prepending `bundle exec` to your command may solve
this. (Gem::LoadError)
一切都很好,直到有一天我像往常一样运行"bundle exec jekyll serve",它卡住了。现在,每次我运行这个命令,它就会冻结。
我已经试过了:
- 重新启动终端和编辑器。
- 重启mac。
到目前为止,没有任何工作,这是我每次运行构建时看到的:
J-MacBook-Pro:<user>.github.io jimbo$ bundle exec jekyll serve
Configuration file:
/Users/jimbo/Dropbox/Github/<user>.github.io/_config.yml
Source: /Users/jimbot/Dropbox/Github/<user>.github.io
Destination: /Users/jimbo/Dropbox/Github/<user>.github.io/_site
Incremental build: disabled. Enable with --incremental
Generating...
如果有人能给我指出正确的方向,那就太棒了。主要是,为什么会以这种方式产生冻结,我能做些什么来修复它?在将jekyll-press插件添加到我的Gemfile后,我也遇到了这个问题。我只是从我的Gemfile中删除了它,运行bundle
,问题得到了解决。