Posts [Jekyll] invalid byte sequence in US-ASCII ์˜ค๋ฅ˜ ํ•ด๊ฒฐ
Post
Cancel

[Jekyll] invalid byte sequence in US-ASCII ์˜ค๋ฅ˜ ํ•ด๊ฒฐ

๐Ÿง์˜ค๋ฅ˜ ๋ฐœ์ƒ ์ƒํ™ฉ

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

์ฐธ๊ณ ์ž๋ฃŒ

This post is licensed under CC BY 4.0 by the author.

ํ”„๋กœ๊ทธ๋ž˜๋จธ์Šค Level 1 - ์ฝœ๋ผ ๋ฌธ์ œ (JavaScript)

[42Seoul] minishell (1) ๊ฐœ๋… ์ •๋ฆฌ