husonet | Tarih: 19.11.2014
Problem with the SSL CA cert
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
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
env GIT_SSL_NO_VERIFY=true git clone https://github.com/gmarik/vundle.git
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