You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
your problem was from running the official install or uninstall script? - [ ] after installation: ran brew config and brew doctor and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?
What you were trying to do (and why)
I'm trying to install Homebrew on new laptop with Ubuntu 24.04 using command from main page: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
What happened (include command output)
I uploaded the image above.
Command output
==> Downloading and installing Homebrew...
remote: Enumerating objects: 287510, done.
remote: Counting objects: 100% (871/871), done.
remote: Compressing objects: 100% (470/470), done.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 6785 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Failed during: /usr/bin/git fetch --quiet --progress --force origin
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
install
oruninstall
script? - [ ] after installation: ranbrew config
andbrew doctor
and included their output with your issue? If you couldn't install: provided your OS version with the output of your issue?What you were trying to do (and why)
I'm trying to install Homebrew on new laptop with Ubuntu 24.04 using command from main page:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
What happened (include command output)
I uploaded the image above.
Command output
What you expected to happen
I want to have installed Homebrew on my laptop.
Step-by-step reproduction instructions (by running
brew
commands)I have installed git, curl on my laptop already. I don't know, what is the issue here.
The text was updated successfully, but these errors were encountered: