tools/jekyll blog
jekyll 오류 발생시 해결법
seul chan
2017. 11. 13. 21:05
bundle exec jekyll serve
오류 발생
Bundler could not find compatible versions for gem "jekyll"
오류가 발생… 검색 후 다음과 같이 해결
- Gemfile, Gemfile.lock을 삭제
- Gemfile에 다음을 입력
source 'https://rubygems.org' gem 'github-pages'
bundle install