DIGITory/.......
git clone : error: server certificate verification failed.
Joe.C
2013. 8. 23. 11:28
I got
"error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://github.com/mrobinson/webkit.git/info/refs"
I just want to make 'git clone' with https for private git in github.
.
.
.
.
then I did it....just SSL_NO_VERIFY..........
export GIT_SSL_NO_VERIFY=1