git clone https 代碼異常處理

問題描述:

獲取代碼異常
#git clone https://github.com/couchbase/geocouch.git -b couchdb1.2.x

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/couchbase/geocouch.git/info/refs
fatal: HTTP request failed

認證請求失敗,解決方法如下:

#git config --global http.sslverify "false"
#git clone https://github.com/couchbase/geocouch.git -b couchdb1.2.x
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章