makaleler / Debian / Ubuntu / Pardus / Problem with the SSL CA cert

Problem with the SSL CA cert

19.11.2014 10:28:33

Problem with the SSL CA cert (path? access rights?) while accessing https://github.com/gmarik/vundle.git/info/refs

Çözümü aşağıdaki gibi env GIT_SSL_NO_VERIFY=true yaptığımızda kurulumumuza devam edebiliriz.
env GIT_SSL_NO_VERIFY=true git clone https://github.com/gmarik/vundle.git [github.com]

yada global olara set işlemi yapabilirsiniz.
git config --global http.sslVerify false

buda kendi git config dosyanız üzerinden ayarlamanızı sağlar
git config http.sslVerify false


Daha fazla detay için.
http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall [stackoverflow.com]
yazar husonet

Yorumlar

Bu içerik için sizde yorum yapabilirsiniz!
anasayfa | makaleler | haberler | dosyalar | linkler | hakkımızda