pod install报错问题解决(乱)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pod install报错问题解决(乱)相关的知识,希望对你有一定的参考价值。
参考技术A fatal: unable to access ' https://github.com/XXXXXX' : LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443解决方式1
git config --global http.postBuffer 4194304000`
解决方式2
更换Ruby镜源
2.查看Ruby环境:
ruby -v
安装Ruby环境:
brew install ruby
设置git超时时长
git config --global http.lowSpeedLimit 1000(建议0)
git config --global http.lowSpeedTime 600(建议999999)
以上配置后,只有一分钟(600秒)传输速率都低于 1KB/s 的话才会 timeout,即使慢也可以慢慢等。
SDK "iphoneos" can not be located
具体内容:
xcrun:_ error: SDK "iphoneos" cannot be located
xcrun: error: SDK "iphoneos" cannot be located
xcrun: error: unable to lookup item 'Path' in SDK 'iphoneos'
解决办法:
sudo xcode-select --switch /Applications/Xcode.app
curl: (56) LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
解决办法:
LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解决办法:
git config 可能是使用了代理
git config --global http.sslBackend "openssl"
以上是关于pod install报错问题解决(乱)的主要内容,如果未能解决你的问题,请参考以下文章
解决Mac Pro M1芯片 pod install报错问题
pod install报错 [!] Error installing......
osx升级到10.10后,用pod install报错终于解决的方法