git clone 오류: "server certificate verification failed. CAfile: / etc / ssl / certs / ca - certificates. crt CRLf...

I can push by clone project using ssh, but it doesn't work when I clone project with https. it shows message error as below.
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

 
해결 방안:
Open your terminal and run following command:
export GIT_SSL_NO_VERIFY=1

좋은 웹페이지 즐겨찾기