Skip to content

Instantly share code, notes, and snippets.

@yushine
Forked from entropiae/fix_git_sslread_9806.sh
Created June 24, 2017 01:46
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 yushine/f82c9aae9c8a8240b2576d64cb28ab1c to your computer and use it in GitHub Desktop.
Save yushine/f82c9aae9c8a8240b2576d64cb28ab1c 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