LeeHanYeong / LeeHanYeong.github.io

https://lhy.kr
2 stars 0 forks source link

create-jekyll-blog-using-rbenv-and-github-pages #5

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

GitHub Pages와 Jekyll을 사용한 정적 블로그 구축

Updates

https://lhy.kr/create-jekyll-blog-using-rbenv-and-github-pages

doohkim commented 1 year ago

ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory

  1. Shell rc파일에 rbenv 설정 추가 shell 에 밑에 코드를 넣어야해요

export RUBY_CONFIGURE_OPTS="--with-openssl-dir=/opt/homebrew/opt/openssl@1.1" eval "$(rbenv init -)"