繁体   English   中英

可可PODS安装

[英]COCOA PODS install

我尝试了所有其他帖子中的所有内容,甚至创建了一个github帐户。创建一个存储库。按照他们的建议将其命名为随机,然后将其插入终端。可以将其分解为Barney条件。我迷路了,不能再继续上课,直到我安装了Cocoapods。 就是这个;

Alexanders-MacBook-Air:~ alex_katona$ sudo gem install cocoapods
Password:
Successfully installed cocoapods-1.5.3
Parsing documentation for cocoapods-1.5.3
Done installing documentation for cocoapods after 4 seconds
1 gem installed
Alexanders-MacBook-Air:~ alex_katona$ pod setup
Setting up CocoaPods master repo
  $ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress
  Cloning into 'master'...

**** 这里 ****

 fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --progress
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54

您可以尝试:

cd ~/.cocoapods/repos/
git clone https://github.com/CocoaPods/Specs.git master

这要么起作用,要么至少应该显示网络连接问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM