Skip to content

Instantly share code, notes, and snippets.

@superbiche
Forked from entropiae/fix_git_sslread_9806.sh
Last active March 5, 2017 02:04
Show Gist options
  • Save superbiche/88b4684ad6c7b188015636c52d4243d1 to your computer and use it in GitHub Desktop.
Save superbiche/88b4684ad6c7b188015636c52d4243d1 to your computer and use it in GitHub Desktop.
git: how to solve "SSLRead() return error -9806" in OSX using brew
$ brew remove git
$ brew remove curl
$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git
# If you don't already have php71 installed, replace "reinstall" with "install"
$ brew reinstall php71 --with-homebrew-curl # and any other with/without option offered by "brew info php71"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment