๐ง์ค๋ฅ ๋ฐ์ ์ํฉ
github.io ๋ธ๋ก๊ทธ์ ๊ฒ์๋ฌผ์ ์ฌ๋ฆฌ๊ธฐ ์ ์ ๋ก์ปฌ ํ๊ฒฝ์์ ํ ์คํธ ํ๊ธฐ ์ํด ์๋์ ๊ฐ์ ๋ช ๋ น์ด๋ฅผ ์คํ์์ผฐ๋ค.
1
bundle exec jekyll serve
ํ์ง๋ง, ์๋์ ๊ฐ์ ์ค๋ฅ๋ฅผ ์ถ๋ ฅํ๋ค.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[!] There was an error parsing `Gemfile`:
[!] There was an error while loading `jekyll-theme-chirpy.gemspec`: invalid byte sequence in US-ASCII. Bundler cannot continue.
# from /Users/joonhyuk/workspace/Han-Joon-Hyeok.github.io/jekyll-theme-chirpy.gemspec:13
# -------------------------------------------
#
> spec.files = `git ls-files -z`.split("\x0").select { |f|
# f.match(%r!^((assets\/(css|img|js\/[a-z])|_(includes|layouts|sass|config|data|tabs|plugins))|README|LICENSE|index|feed|app|sw|404|robots)!i)
# -------------------------------------------
. Bundler cannot continue.
# from /Users/joonhyuk/workspace/Han-Joon-Hyeok.github.io/Gemfile:5
# -------------------------------------------
#
> gemspec
#
# -------------------------------------------
โ์ค๋ฅ ๋ฐ์ ์์ธ
bundle
์ ํ๋ก๊ทธ๋จ ์คํ ์ ๋ก์ผ์ผ(Locale)์ en-US
๋ก ํด์ํ๋ค.
ํ์ง๋ง ๋ก์ปฌ ํ๊ฒฝ ๋ณ์์ ๋ก์ผ์ผ์ด en-US
๋ก ์ค์ ๋์ด ์์ง ์์๋ค.
โ ์ค๋ฅ ํด๊ฒฐ ๋ฐฉ๋ฒ
์๋์ ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ์ ๋ ฅํ๋ค.
1
export LC_CTYPE=en_US.UTF-8