我将代码推送到Xcode7 Source Control上的github,我收到错误:
服务器SSL证书无法验证。无法建立与服务器的安全连接,因为服务器不可信任
我使用commond git push
我收到了共鸣:unable to access 'https://github.com/chengyanan/2015-08-06.git/': SSL: can't load CA certificate file /home/slvher/tools/https-ca/cacert.pem
我使用curl http://curl.haxx.se/ca/cacert.pem -o cacert.pem
下载cacert.pem。当我安装cacert.pem时出现错误:发生错误。无法导入项目。我无法安装cacert.pem。
答案 0 :(得分:0)
我使用SSH。使用commond git remote set-url origin git@github.com:chengyanan/2015-08-06.git
将资源库的地址从https://github.com/chengyanan/2015-08-06.git
修改为git@github.com:chengyanan/2015-08-06.git
。重新生成一个新的ssh并添加到我的github。那就行了!