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
I am trying to install brew I am getting below error message:
Downloading and installing Homebrew...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (74/74), 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
Failed during: git fetch origin --force
Please suggest me option to resolve the issue.
The text was updated successfully, but these errors were encountered:
You'll need to look at https://brew.sh/ to figure out how to get homebrew installed. My travis script just does brew update && brew install ghc cabal-install so try and see if you can get that working in isolation.
I am trying to install brew I am getting below error message:
Downloading and installing Homebrew...
remote: Enumerating objects: 74, done.
remote: Counting objects: 100% (74/74), done.
remote: Compressing objects: 100% (74/74), 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
Failed during: git fetch origin --force
Please suggest me option to resolve the issue.
The text was updated successfully, but these errors were encountered: