设置Git禁用SSL检验:
git config --system http.sslVerify false
更新根证书:
curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
更新OpenSSL:
yum update openssl
标签:none
发布时间:January 3, 2014 // 分类:Linux基础 // No Comments
设置Git禁用SSL检验:
git config --system http.sslVerify false
更新根证书:
curl http://curl.haxx.se/ca/cacert.pem -o /etc/pki/tls/certs/ca-bundle.crt
更新OpenSSL:
yum update openssl
标签:none