3

当我安装自制软件时收到此错误消息curl: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

错误信息如下: error: RPC failed; 结果 = 18,HTTP 代码 = 200MiB | 55 KiB/s 致命:远程端意外挂断致命:早期 EOF 致命:在死处理程序中检测到递归失败期间:git fetch origin master:refs/remotes/origin/master -n

有什么建议吗?提前致谢。

4

2 回答 2

1

我有同样的问题,这是 git(新计算机)的问题。

我为解决问题所做的工作:

修复了我的 git 设置,然后运行

rm -rf /usr/local/Cellar /usr/local/.git

然后

ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"

希望能帮助到你。

于 2013-10-31T14:44:13.653 回答
0

我遇到了类似的问题,在下面尝试但尚未解决: git config --global http.postBuffer 1048576000

参考类似的帖子:远程端在 git 克隆时意外挂断

我现在仍然因为这个错误在这里阻塞:

致命:无法访问“ https://github.com/Homebrew/homebrew-core/ ”:SSLRead()返回错误-9806 错误:执行时失败:git clone https://github.com/Homebrew/homebrew-core /usr/local/Library/Taps/homebrew/homebrew-core --depth=1 在以下期间失败:/usr/local/bin/brew tap homebrew/core

不确定最近是否与我的网络连接不佳有关

于 2016-08-01T22:07:07.687 回答