iOS--------cocoapods遇到的问题

unable to access 'https://github.com/CocoaPods/Specs.git/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60

[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `cocoapods`.

(/usr/bin/git clone https://github.com/CocoaPods/Specs.git -- cocoapods

Cloning into 'cocoapods'...

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

fatal: the remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

扫描二维码关注公众号,回复: 11433176 查看本文章

)

You can try adding it manually in `/Users/zwq/.cocoapods/repos` or via `pod repo add`.

[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git -- master

Cloning into 'master'...

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

fatal: the remote end hung up unexpectedly

fatal: early EOF

fatal: index-pack failed

猜你喜欢

转载自www.cnblogs.com/KiVen2015/p/13374893.html