IOS Profile Pod报错error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

在这里插入图片描述
IOS项目有一Podfile文件通过source来指定pod的来源,执行pod install:

$ pod install
Analyzing dependencies
Cloning spec repo `cocoapods` from `https://github.com/CocoaPods/Specs.git`

一直停止不动。

查看pod repo列表:

$ pod repo list

trunk
- Type: git (unknown)
- URL:  https://cdn.cocoapods.org/
- Path: /Users/lijing/.cocoapods/repos/trunk
- 
1 repos

确实没有:https://github.com/CocoaPods/Specs.git
通过git clone命令下载Specs.git:

$ git clone https://github.com/CocoaPods/Specs.git master

报错:
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
在这里插入图片描述
感觉是网络有问题,ping github.com,发现不通。
在这里插入图片描述
解决ping不通的问题:
修改hosts文件的映射:

$ sudo vi /etc/hosts

按s进行hosts文件编辑,把下面这段ip-域名映射信息复制进去:

151.101.185.194 github.global.ssl.fastly.net
192.30.253.112 github.com
151.101.184.133 assets-cdn.github.com
151.101.184.133 avatars0.githubusercontent.com
151.101.112.133 avatars1.githubusercontent.com

按ecs键,然后:wq保存成功。
再次ping github.com,发现已通。
在这里插入图片描述
继续:git clone https://github.com/CocoaPods/Specs.git

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
很开心成功了。
在这里插入图片描述
但是有一次换了个网络环境或网络环境不稳定时,又有同样的问题:
在这里插入图片描述
于是,又想到采用可视化的git工具(我用的Sourcetree)来手动下载。
指定下载目录为:/Users/******/.cocoapods/repos
下载完成后:
在这里插入图片描述
执行pod install,成功。
在这里插入图片描述

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

joinclear

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值