git clone https://......./data.git
throws ssl error resembling to following:
Cloning into 'data'...
fatal: unable to access 'https://*/data.git/': SSL certificate problem: self signed certificate in certifica te chain
Solution - disable sslVerify and clone it
git -c http.sslVerify=false clone https://......./data.git

0 comments :
Post a Comment