Skip to content

Instantly share code, notes, and snippets.

@andi1984
Forked from entropiae/fix_git_sslread_9806.sh
Created October 4, 2017 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andi1984/18264ba6cb9d268c317537b5a1726053 to your computer and use it in GitHub Desktop.
Save andi1984/18264ba6cb9d268c317537b5a1726053 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment