Homebrew安装错误:在git fetch origin master期间失败:refs/remotes/origi



当我用curl: ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" 安装自制程序时,我收到了这个错误消息

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

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

我也遇到了同样的问题,这是git(新计算机)的一些问题。

我解决问题的方法:

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

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

然后

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

希望能有所帮助。

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

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

我现在仍然在这里阻止这个错误:

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

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

相关内容

最新更新