Linux下git錯誤SSL certificate problem

Linux下git錯誤SSLcertificate problem

  • 錯誤提示
error: SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/yyuu/pyenv.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
  • 解決方法
    git config --global http.sslVerify false
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章