Git clone esnasında alınan ssl sertifika hatası çözümü
örnek bir git projesini editor yardımı ile clon almak istediğimizde ssl hatası geliryor ise yapmamız gereken;
git -c http:sslVerify=false clone (ilgili adres)
Örnek:
git -c http.sslVerify=false clone https://github.com/ionic-team/ionic-preview-app.git
Örnek Hata:
fatal: unable to access 'https://github.com/ionic-team/ionic-preview-app.git/': SSL certificate problem: unable to get local issuer certificate
Yorumlar
Yorum Gönder
Yorumunuz alınmıştır. İncelenip yayımlanacaktır.