Homebrew install in Mac #158
Unanswered
woshiyc123
asked this question in
Everyday usage
Replies: 1 comment 3 replies
-
This is an issue with your internet connection, there's not much I can do to help you debug it. Try changing networks or temporarily disabling any firewalls. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Guys
I was having problem when I was installing the homebrew on my Mac
when I copy phase the link on the homebrew homepage, it shows me like that.
deMacBook-Pro:~ moumou$ curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
And I have tried to download install.sh by opening the webpage on my browser, and I run install.sh in my terminal, It works, but it is like 2k/s when downloading it.
Then I have tried to download from here(GitHub) , I have download the folder 'homebred-core-master', and I tried to do 'brew tap mongodb/brew'
it starting working but later it gives me error
deMacBook-Pro:~ moumou$ brew tap mongodb/brew
Updating Homebrew...
==> Homebrew has enabled anonymous aggregate formula and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics have been recorded yet (or will be during this
brew
run).==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 35, done.
remote: Counting objects: 100% (35/35), done.
remote: Compressing objects: 100% (25/25), done.
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Error: Failure while executing;
git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core
exited with 128.Error: Failure while executing;
/usr/local/bin/brew tap homebrew/core
exited with 1.Can someone help me ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions