gpt4 book ai didi

git - 如何将自定义证书添加到 git 客户端? (Ubuntu)

转载 作者:行者123 更新时间:2023-12-04 19:15:02 24 4
gpt4 key购买 nike

如何将自定义证书添加到 git 客户端?

我有证书,我想从 gitlub 克隆一些项目。

但我有一个错误:

fatal: unable to access 'https://some.gitlub.url': Problem with the SSL CA cert (path? access rights?)



Windows 模拟: git config --global http."https://some.gitlub.url".sslCAInfo "work/gitlab.cer

最佳答案

您需要配置 GIT 以信任您的证书
$> git config --global http."https://some.gitlub.url".sslCAInfo ~/git-certs/cert.pem
还建议这样做:

$> git config --global --unset http.sslVerify
$> git config --global --list

关于git - 如何将自定义证书添加到 git 客户端? (Ubuntu),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41698193/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com