I\'m currently on OS X Yosemite 10.10.3, and trying to git clone an existing repo which works fine on Windows. I\'ve tried a combo of installing git through homebrew with c
if one had no brewed openssl before the answer above (brew reinstall git --with-brewed-curl --with-brewed-openssl
) does not work.
The workflow described here does better:
$ brew remove git
$ brew remove curl
$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git