2013-10-22 112 views
3

今天我一直在收到這個錯誤,同時做git push命令,這是第一次這個錯誤出現,我已經使用github幾個月了!github服務器驗證失敗

$ git push -u origin add_scope_to_delay_system 
error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://github.com/jhx/(repository name goes here).git/info/refs 
fatal: HTTP request failed 

我試過使用這個解決方案https://groups.google.com/forum/#!msg/gitlabhq/6OHYFpsJQaM/SI8-XdxY70EJ但是它沒有工作。解決的辦法是增加

[http] 
sslVerify = false 
[https] 
verify = false 

到的.gitconfig

更新

這個問題就走了由它自己,不幸的是我不知道是什麼開始,也不是結束。

+1

那麼你解決它,或者...? (這不是一個非常安全的解決方案...) – Ryan

+0

它沒有工作,我還沒有 –

回答

1

今天早些時候,github在啓動government.github.com時遇到了一些問題。該網站現在應該正常運作。

相關問題