Git SSL 问题
2024/10/16小于 1 分钟
问题描述
使用 git pull
拉取代码时,出现如下错误:
SSL certificate problem: unable to get local issuer certificate
原因分析
这通常是由于 Git 客户端无法验证 SSL 证书的合法性而引起的。
解决方案
在 Git 配置中添加以下选项来解决 SSL 证书问题。
git config --global http.sslVerify false
此选项将禁用 Git 对 SSL 证书的验证。
更新日志
2025/9/28 09:03
查看所有更新日志
38e56
-于4d0ee
-于8b50d
-于