-
-
Save entropiae/a899d8a78dc8a38f505e to your computer and use it in GitHub Desktop.
$ brew remove git | |
$ brew remove curl | |
$ brew install openssl | |
$ brew install --with-openssl curl | |
$ brew install --with-brewed-curl --with-brewed-openssl git |
Didn't work for me too
maybe your git cloud provider is unavailable. (I got this error today, Bitbucket was down)
Me too, bit bucket SSH still down =/
https://status.bitbucket.org
The following warnings appear:
Warning: git: --with-brewed-openssl was deprecated; using --with-openssl instead!
Warning: git: --with-brewed-curl was deprecated; using --with-curl instead!
So you should use brew install --with-curl --with-openssl git
in the last step instead
The Homebrew team has recently removed all install options for the cURL formula, which means you will not be able to do brew install curl --with-openssl
now. Instead, do brew install curl-openssl
. Make sure to uninstall the old one with brew uninstall curl
first.
brew install --with-curl --with-openssl git
this did not work for me. I had to do plain vanilla brew install git
. this worked.
I'm setting a new mac. Installing homebrew, I tried but it didn't work for me too.
macOS Sierra 10.12.6
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"