본문 바로가기

CICD

[Git] https repository 연결시 SSL 인증서 오류

신뢰할 수 있는 사이트라면  SSL 인증서 검증을 끈다.

Git bash 실행 후 아래 명령 입력

git config --global http.sslVerify false

 

[참고]

 

git 에서 https repository 연결시 SSL 인증서 오류 해결법

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://myhost/username/ExcelANT.git/info/refs

www.lesstif.com