git clone 시 Problem with the SSL CA cert 에러 나타날 경우
프로그래밍/리눅스2014. 6. 17. 11:16
에러 내용
error: Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/tvheadend/tvheadend/info/refs
fatal: HTTP request failed
git clone 할때 problem SSL CA cert 에러가 나타날 경우
어떤 설정등의 에러가 아니고
간단한 프로그램 설치 많으로 해결이 가능하다
sudo apt-get install curl
하여 설치하면된다.
'프로그래밍 > 리눅스' 카테고리의 다른 글
ERROR: SSL development support not found 에러 해결방법 (0) | 2014.06.17 |
---|---|
pkg-config: command not found 에러 해결방법 (0) | 2014.06.17 |
버츄얼박스 리눅스 우분투 이미지 받기 unbuntu img (0) | 2014.06.14 |
byte 를 mega byte 등으로 변환 (convert) (0) | 2014.06.11 |
avconv 설치 방법 (0) | 2014.06.11 |