- pod install 的时候报error: RPC faile
- ios pod install 报错error: RPC fai
- [已解决][!] Error installing YYKit
- cocopos pod install报错
- pod install 问题error: RPC failed
- 2018-12-11 安装cocopods 出现的坑
- iOS cocoa pods pod install发生err
- pod install SDK "iphoneos" can n
- ios pod install 错误error: RPC fai
- Cocoapods 不能用,Oh no, an error oc
error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
原因 :访问被墙
终端 ping 了一下 GitHub 的地址 发现Request timeout for icmp_seq
在网上查找到了方案如下:
解决方案:
修改 host 配置,在终端中输入下列指令,打开编辑文件。
sudo vi /etc/hosts
添加如下配置
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
try again
网友评论