當(dāng)前位置:
首頁(yè) >
[Issue Fixed]-fatal: unable to access xxx: server certificate verification
發(fā)布時(shí)間:2025/3/21
52
豆豆
生活随笔
收集整理的這篇文章主要介紹了
[Issue Fixed]-fatal: unable to access xxx: server certificate verification
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
快速鏈接:
.
👉👉👉 個(gè)人博客筆記導(dǎo)讀目錄(全部) 👈👈👈
fatal: unable to access ‘https://xxxxxx/’: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
所以是本地系統(tǒng)不信任這個(gè)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
總結(jié)
以上是生活随笔為你收集整理的[Issue Fixed]-fatal: unable to access xxx: server certificate verification的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: [HOW TO]-github/gite
- 下一篇: [HOW TO]-官网拉取Trusty-