Cloud Infra Architecture (AWS)/AWS Build

[Ubuntu / Linux] fatal: unable to access : server certificate verification failed. CAfile: none CRLfile: none 장애 발생

seongduck 2024. 7. 12. 17:32

git clone시 자주 나타나는 현상이다.

git clone 주소.git
Cloning into 'aic-fe'...
Username for 'https://': 
Password for 'https://':
fatal: unable to access '': server certificate verification failed. CAfile: none CRLfile: no

 

내부 보안 클라우드나, 인증서 오류이므로 다음처럼 해결하자.

git config --global http.sslVerify false #인증서 무시 먼저 진행하고
git clone 주소.git #다시 실행