我尝试使用homebrew主页中的ruby命令安装自制软件。但我一再做不到。我得到如下错误。
==> Downloading and installing Homebrew...
remote: Counting objects: 209149, done.
remote: Compressing objects: 100% (56183/56183), done.
error: RPC failed; result=18, HTTP code = 200 MiB | 77.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Failed during: git fetch origin master:refs/remotes/origin/master -n
我搜索了它,我找到了一个建议的解决方案,即使用命令
更改缓冲区大小 git config http.postBuffer 524288000
但是当我运行这个命令时,我得到了
error: could not lock config file .git/config: No such file or directory
我不知道如何解决这个问题。在一些帖子中,我发现人们通过运行命令来询问报告
git remote -v
但是当我这样做时,我得到了
fatal: Not a git repository (or any of the parent directories): .git
有一天我浪费了所有可能的手段。请有人帮我安装自制软件。
答案 0 :(得分:0)
我认为最简单的方法是按照here的说明安装它,这意味着运行:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
或者由于某种原因你需要源代码?
答案 1 :(得分:0)
使用:
git config --global http.postBuffer 524288000