更新本地 specs 仓库时,出现 SSL 证书验证失败错误 临时解决方案

问题

在更新本地 specs 仓库时,出现以下错误:

bash 复制代码
[!] Couldn't determine repo type for URL: https://cdn.cocoapods.org/: SSL_connect returned=1 errno=0 peeraddr=172.67.74.167:443 state=error: certificate verify failed (unable to get local issuer certificate) [!] [Codegen] warn: using experimental new codegen integration

解决方案

执行以下命令以禁用 CocoaPods 统计信息并设置 SSL 证书:

bash 复制代码
export COCOAPODS_DISABLE_STATS=1
export SSL_CERT_FILE=/etc/ssl/cert.pem
pod install
相关推荐
Bulestar_xx4 小时前
安全见闻(3)
网络·windows·安全
小冯的编程学习之路7 小时前
【Linux】:Linux网络协议
linux·运维·网络协议
IT蓝月9 小时前
人工智能-Python网络编程-TCP
网络·python·tcp/ip
fengxingzhe0089 小时前
OSPFv2协议状态切换(状态机)基本原理-RFC2328
运维·网络·网络协议·面试·ospfv2·ospfv2协议状态机·ospfv2报文交互实例
乐悲蔚蓝湖9 小时前
常见协议位于层数及ACL应用
网络
maimang099 小时前
TCP 小队列的设计原理
网络
binqian9 小时前
【k8s】Calico网络
网络·kubernetes·php
密码突破手10 小时前
pyca/cryptography库的学习(7)——python
网络·python·算法·安全·密码学
明金同学10 小时前
Hutool 发送 HTTP 请求的几种常见写法
网络·网络协议·http
优美的赫蒂10 小时前
WSL2桥接模式配置(可与外部设备互ping)
网络协议·tcp/ip·桥接模式