在Windows 7上运行Jekyll

Jam*_*hes 6 ruby jekyll

我在Windows 7上运行Jekyll时遇到问题.当我跑步时

jekyll
Run Code Online (Sandbox Code Playgroud)

我收到以下错误

C:\temp\jekyll\kouphax.github.com> jekyll
Configuration from C:/temp/jekyll/kouphax.github.com/_config.yml
Building site: C:/temp/jekyll/kouphax.github.com -> C:/temp/jekyll/kouphax.github.com/_site
unit-testing
You are missing a library required for Textile. Please run:
  $ [sudo] gem install RedCloth

ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
Missing dependency: RedCloth
Run Code Online (Sandbox Code Playgroud)

但是安装了RedCloth

C:\temp\jekyll\kouphax.github.com> gem install RedCloth
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
Successfully installed RedCloth-4.2.8
1 gem installed
Installing ri documentation for RedCloth-4.2.8...
Installing RDoc documentation for RedCloth-4.2.8...
Run Code Online (Sandbox Code Playgroud)

任何人都可以开导我吗?

Ala*_*ith 0

尝试卸载 gems 并重新安装它们。首先是 RedCloth,然后是 Textile,这样才能确保看到 RedCloth。

(我是红宝石新手,所以这可能没有意义,但似乎值得一试。)