logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Git错误:fatal: unable to access ‘https://xxx.git/‘: SSL certificate problem: unable to get local issu

有时候网络或者代理设置可能会干扰 SSL 证书验证。请确保你的网络连接正常,并且检查是否设置了代理。,即让 Git 在进行 HTTP 请求时不验证 SSL 证书。缺乏最新的 CA(证书颁发机构)证书可能会引发此问题。你可以更新系统的 CA 证书。来临时忽略 SSL 证书验证,但这存在一定安全风险,仅建议在测试环境中使用。你可以手动指定 CA 证书文件的路径。首先,找到你的 CA 证书文件(通常为。

#git#ssl#elasticsearch
到底了