[Issue Fixed]-fatal: unable to access xxx: server certificate verification
生活随笔
收集整理的這篇文章主要介紹了
[Issue Fixed]-fatal: unable to access xxx: server certificate verification
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
快速鏈接:
.
👉👉👉 個人博客筆記導讀目錄(全部) 👈👈👈
fatal: unable to access ‘https://xxxxxx/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
所以是本地系統不信任這個certificate,解決辦法
export GIT_SSL_NO_VERIFY=1
或者
git config --global http.sslverify false
參考: https://stackoverflow.com/questions/21181231/server-certificate-verification-failed-cafile-etc-ssl-certs-ca-certificates-c
總結
以上是生活随笔為你收集整理的[Issue Fixed]-fatal: unable to access xxx: server certificate verification的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [HOW TO]-github/gite
- 下一篇: China Linux Kernel-p