Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install homebrew on OS 12.6.8 #803

Closed
dcorbe opened this issue Sep 5, 2023 · 3 comments
Closed

Cannot install homebrew on OS 12.6.8 #803

dcorbe opened this issue Sep 5, 2023 · 3 comments
Labels

Comments

@dcorbe
Copy link

dcorbe commented Sep 5, 2023

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
==> Checking for `sudo` access (which may request your password)...
Password:
Sorry, try again.
Password:
==> This script will install:
/usr/local/bin/brew
/usr/local/share/doc/homebrew
/usr/local/share/man/man1/brew.1
/usr/local/share/zsh/site-functions/_brew
/usr/local/etc/bash_completion.d/brew
/usr/local/Homebrew

Press RETURN/ENTER to continue or any other key to abort:
==> /usr/bin/sudo /usr/sbin/chown -R dcorbe:admin /usr/local/Homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 246773, done.
remote: Counting objects: 100% (1057/1057), done.
remote: Compressing objects: 100% (626/626), done.
fatal: fetch-pack: invalid index-pack output0 MiB | 16.26 MiB/s
Failed during: /usr/bin/git fetch --force origin
@SMillerDev
Copy link
Member

That is an issue with the connection between your machine and GitHub, nothing Homebrew can do about that.

@SMillerDev SMillerDev closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2023
@dcorbe
Copy link
Author

dcorbe commented Sep 5, 2023

That is not true.

As a workaround, I was able to su to root, cd /usr/local/homebrew, drop down to a bash shell, run ulimit -f unlimited and ulimit -n unlimited and manually do a git pull.

@SMillerDev
Copy link
Member

It might have worked that time, but the results of a git clone for the brew repo on GitHub is definitely not something Homebrew has any control over.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants