当我使用curl: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
错误消息如下:错误:RPC失败;结果= 18,HTTP code = 200MiB | 55 KiB / s致命:远程终端挂断了 意外致命:早期EOF致命:在处理程序中检测到递归 失败期间:git fetch origin master:refs / remotes / origin / master -n
有什么建议吗?提前谢谢。
答案 0 :(得分:1)
我有同样的问题,这是git(新电脑)的一些问题。
我为解决问题所做的工作:
修正了我的git设置,然后运行
rm -rf /usr/local/Cellar /usr/local/.git
然后
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
希望它有所帮助。
答案 1 :(得分:0)
我遇到了类似的问题,尝试过以下但尚未解决: git config --global http.postBuffer 1048576000
参考类似帖子:The remote end hung up unexpectedly while git cloning
我现在仍然阻止此错误:
致命:无法访问' 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
不确定最近是否与我糟糕的网络连接相关联