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/': Failed to connect to 10.31.0.897 port 8888: Connection refused
[!] /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/': Failed to connect to 10.31.0.897 port 8888 : Connection refused
我成功安装了cocoapods-1.2.0但是我在执行pod setup命令时遇到了上述错误,即使我尝试使用不同的网络相同的代理问题,有人会帮我解决问题。
编辑:
我找到了解决方案here