- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
Last login: Sun Sep 11 13:24:10 on ttys002
Deepanshus-MacBook-Air:~ deepanshusrivastava$ pod setup --verbose
Setting up CocoaPods master repo
Cloning spec repo `master` from `https://github.com/CocoaPods/Specs.git` (branch `master`)
$ /usr/bin/git clone https://github.com/CocoaPods/Specs.git master
Cloning into 'master'...
error: RPC failed; curl 56 SSLRead() return error -9806
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master
Cloning into 'master'...
error: RPC failed; curl 56 SSLRead() return error -9806
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
每次我尝试安装 pod 时都会发生这种情况。严重卡住。
最佳答案
我在安装 Cocoapods $pod 时遇到同样的错误
这发生在 SecureTransport 后端使用的 curl 上。您可能会找到此错误的一些解释 here
我尝试了许多其他方法来解决这个问题,有一次我使用 Tunnel Bear VPN 来解决这个问题。我跟着这个link回答。但是现在,我发现这是best way .
$ brew remove git
$ brew remove curl
$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git
关于git - 无法设置 pod(错误 : RPC failed; curl 56 SSLRead() return error -9806),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39434447/
我正在尝试通过 cURL 获取站点的内容,它在终端上工作得很好,但是它不适用于 PHP,下面是我的代码。 $curl = curl_init(); curl_setopt_array($curl, a
我目前使用的是 OS X Yosemite 10.10.3,并尝试 git clone 一个在 Windows 上运行良好的现有存储库。我尝试了通过自制软件和 curl/openssl 安装 git
我正在尝试安装我的 cocoa pod 。 完成所有操作并安装后,我收到错误消息: [!] Unable to add a source with url git@github.com:CocoaPo
在终端向 https 网站发出 curl 请求后我遇到了这个错误 curl: (56) SSLRead() return error -9841 curl --version curl 7.43.0
Last login: Sun Sep 11 13:24:10 on ttys002 Deepanshus-MacBook-Air:~ deepanshusrivastava$ pod setup -
我最近刚刚升级到 OSX 10.10 Yosemite,自从升级后我不能再对 SSL url 进行 Curl POST。 我首先使用了 wordpress 的 wp_remote_request 调用
因为我通过 Xcode-tools 在我的 MBP 中使用 Mavericks OS X 10.9.2 安装了 Git。我无法将现有的存储库克隆到我的计算机中。我很确定问题出在我当前的计算机上,因为该
我是一名优秀的程序员,十分优秀!