Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windowsにてjekyllでページ生成できない #5

Closed
crazymaster opened this issue Nov 12, 2012 · 3 comments
Closed

Windowsにてjekyllでページ生成できない #5

crazymaster opened this issue Nov 12, 2012 · 3 comments
Labels

Comments

@crazymaster
Copy link
Member

Ubuntuではちゃんと生成できるのですが、
Windowsだとうまくいかないようです。

@crazymaster
Copy link
Member Author

 jekyll --server --no-auto

で詳しいエラーメッセージが出るのですが、どうやら文字コードの問題のようですね。

@crazymaster
Copy link
Member Author

jekyllのissueに同じ問題がありました。
jekyll/jekyll#188

なので

set LC_ALL=en_US.UTF-8
set LANG=en_US.UTF-8

とするとうまく生成されました。

@mattn
Copy link

mattn commented Jul 3, 2013

ruby2.0と最新のjekyllだと、これでもダメっぽいすね。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants