我有安装 cococapods 的问题。我在终端中完成了以下步骤:
~sudo gem 更新 --system
~sudo gem 安装 cocoapods
之后
~ pods 设置
我有这个错误信息
MacBook-Pro-Aleksandr:~ aleksandrkarpov$ pod setup
Setting up CocoaPods master repo
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --depth=1
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': Proxy CONNECT aborted
我以前用 cocoapods 工作过,没关系。在这种情况下,我不知道该怎么办。任何人都可以帮助我吗?
最佳答案
我找到了解决方案 here 。
我只在终端写过:
git config --global http.proxy
git config --global --unset http.proxy
它解决了我的问题。
关于github - cocoapods 的连接错误。代理连接中止,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/30537386/