/usr/bin/git clone xxx /var/folders/hf/gjb2157j7s99712tnhwsr
升级系统后 xcode 的 pod 发生了一些错误,重新执行 pod install 不一定在哪个库 会发生如下错误
[!] Error installing QIYU_iOS_SDK
[!] /usr/bin/git clone https://github.com/qiyukf/QIYU_iOS_SDK.git /var/folders/hf/gjb2157j7s99712tnhwsrmzw0000gn/T/d20191125-60424-1vc5kss --template= --single-branch --depth 1 --branch 4.6.0
Cloning into '/var/folders/hf/gjb2157j7s99712tnhwsrmzw0000gn/T/d20191125-60424-1vc5kss'...
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
查了很多 资料,大家都是各显神通了。
我执行了 pod update 就可以正常更新pod 库了,希望可以帮到大家,请注意:在执行代码时 一定将xcode 退出,注意不是关闭,是退出。