반응형

문제/에러

Failed to connect to repository : Command "git ls-remote -h -- https://github...../........git HEAD" returned status code 128:stdout:stderr: fatal: unable to access 'https://github.......git/': server certificate verification failed. CAfile: /......crt CRLfile: none

 

원인

레포지토리에 연결을 하려다가 실패함.
그 이유가 https://github.......git/': 이 링크에 접근하려다가 실패한 것이다.
server certificate verification이 실패. 즉, 서버 증명서에서 검증이 실패되었다.

 

해결방법

해결방법 1. git-url을 "https" 타입이 아닌 "ssh"타입으로 설정한다.

해결방법 2. 1번 방법이 해결이 안되면, 젠킨스 환경설정에서 credentials 을 등록한다.



당신의 시간이 절약했으면 아래의 좋아요 부탁드립니다.

반응형