Rake version conflicts

Rake Version Conflicts

1
bundle exec rake CMD.

Invalid byte sequence in US-ASCII

1
2
3
4
5
6
7
8
*Excpetion*
bundle exec rake generate
(in /Users/qianyan/Dropbox/octopress)
Generating Site with Jekyll
identical source/stylesheets/screen.css
Configuration from /Users/qianyan/Dropbox/octopress/_config.yml
Building site: source -> public
YAML Exception reading 2013-12-10-hello-world.markdown: invalid byte sequence in US-ASCII

Resolve this problem

1
2
3
4
> vim ~/.zshrc
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
> source ~/.zshrc