manywaypark's Blog
개발, 검색, 함수

'ssl'에 해당되는 글 1건

  1. 2011.04.20 github 사용 시 인증 관련 문제 - SSL certificate problem
오류 상황:

git clone https://github.com/KentBeck/junit.git
Cloning into junit...
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/KentBeck/junit.git/info/refs

fatal: HTTP request failed


해결:
환경변수 GIT_SSL_NO_VERIFY를 true로 설정하면 된다.

GIT_SSL_NO_VERIFY=true


refs:

happy hackin'
1 
분류 전체보기 (306)
잡담 (20)
함수형 언어 (65)
emacs (16)
java (18)
tips & tricks (154)
사랑 (1)
가사 (0)
독서 (4)
mobile (6)
비함수형 언어 (2)

공지사항

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

04-20 11:31