Intento clonar un proyecto de un repository de git abierto. Tengo este error Estaba tratando de descubrir el motivo y encontré eso . Running brew install git --with-brewed-curl --with-brewed-openssl
obtuvo esto:
curl: (56) SSLRead() return error -9806 Error: Failed to download resource "git"
git –version: 2.4.9 (Apple Git-60 curl -V: curl 7.43.0`
Podrías usar
$ brew remove git $ brew remove curl $ brew install openssl $ brew install --with-openssl curl $ brew install --with-brewed-curl --with-brewed-openssl git