본문 바로가기
서버인프라

git clone 오류

by techwold ted 2022. 11. 29.

server certificate verification failed. CAfile: none CRLfile: none

git clone https://xxx.xxxxx.com/xxxx/axxt-xx.git
Cloning into 'about-miindo'...
fatal: unable to access 'https://gxx.xxxxx.com/xxxxx/about-xxx.git/': server certificate verification failed. CAfile: none CRLfile: none

위와 같은 오류를 만나게 되면 결국은 certificate 오류다 

오류라이 보다는 인증되지 않는 파일로 인한것이다. 그러니 아래와 같이 ssl 확인을 false로 변경한다.

git config --global http.sslVerify false

 

'서버인프라' 카테고리의 다른 글

ssh execute command  (0) 2023.01.30
Linux ZIP 사용 하기  (2) 2023.01.27
Jenkins 설치  (0) 2022.11.28
PowerDNS Recursor & Dnsdist  (2) 2022.11.23
LVM(Logical Volume Manager) 사용하기  (2) 2022.11.17

댓글