루비를 자주 사용하진 않는데 많은 유틸이 루비로 되어 있어서 어쩔수 없이 사용중.
특히 compass는 필수
근데...
오늘 갑자기 에러를 뱉어냈다.
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (https://api.rubygems.org/specs.4.8.gz)
해결책은 https를 사용하지 않고 http를 사용하는 것이다.
gem install compass --pre --source http://rubygems.org
뒤에다가 --source http://rubygems.org를 붙이면 된다.
'기타 개발' 카테고리의 다른 글
sshpass mac에 설치하기 (0) | 2017.02.05 |
---|---|
centos 5.11 php55w 설치 하기 (0) | 2015.01.01 |
brew로 android-sk설치했을때 zipalign 에러 (0) | 2014.12.17 |
모바일 앱 아이콘 만들기 (0) | 2014.12.16 |