`

Cocoapods安装Crashlytics失败问题(Crashlytics curl: (7) Failed to connect to kit-downl)

    博客分类:
  • ios
 
阅读更多

Cocoapods安装Crashlytics失败问题

https://www.jianshu.com/p/ceff6051be4d该帖子的基础上 最终解决了问题 pod成功

podc成功过程中遇见的问题及解决方案:

问题:

curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused

 

解决方案:

export https_proxy=http://127.0.0.1:19180 http_proxy=http://127.0.0.1:19180 all_proxy=socks5://127.0.0.1:19180

 

 

出现上面这个提示时 说是DNS污染啥问题(最终解决)
参考:https://zhuanlan.zhihu.com/p/115450863

 

问题:

error: RPC failed; curl 18 transfer closed with outstanding read data remainin

 

解决方案:

git config --global http.postBuffer 524288000

git config --list

credential.helper=osxkeychain

 

http.postbuffer=524288000

说是缓存空间不够之类的啥问题(最终解决)
参考:https://www.jianshu.com/p/db2925f4265f

总结:要有耐心 多pod install几次 我也是1、pod update 2、pod cache list 3、删除存储库(rm -rf Pods)  4、升级pod,都试过之后 最终才解决问题

 


该文章引用了其他作者的劳动成果 谨此特向他们表示感谢、

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics