오류!2 Mac에서 gem 을 이용한 jekyll 설치가 안된다(Gem::FilePermissionError) ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.시스템 ruby를 이용하고 있기 때문에 권한이 없어 gem 설치가 안되었다.sudo를 통해 root 권한으로 실행하면 설치가 가능하지만, 보안상 이유로 권장하지 않는다.따라서 rbenv를 사용할 것이다.1. rbenv설치brew updatebrew install rbenv ruby-buildrbenv -v를 사용해 잘 설치되었는지 확인 2. rbenv를 사용한 Ruby 설치rbenv로 설치 가능한 Ruby 버전 리스트를 확인하여 설치(너무 낮은 버전으로 하면 .. 2024. 5. 10. Github push 가 안된다(git Token 발급) git push에서 비밀번호 입력하고 나서remote: Support for password authentication was removed on August 13, 2021.remote: Please see https://docs.github.com/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls for information on currently recommended modes of authentication.fatal: Authentication failed for 'https://github.com/kcyeon0127/kcyeon0127.github.io.git/'비밀번호가 아니라 토큰을 발.. 2024. 5. 9. 이전 1 다음