Since a few days I got an issue with Mac OS High Sierra 10.13.3 :
When I run a git clone like git clone github.com/xxx.git failed
it print:
Since you're using LibreSSL, try re-installing curl with OpenSSL instead of Secure Transport.
All options have been removed from the curl formula, so now you need to install via:
brew install curl-openssl
Install curl with --with-openssl:
brew reinstall curl --with-openssl
Note: If above won't work, check brew options curl to display install options specific to formula.
Here are few other suggestions:
http_proxy/https_proxy.-v to curl for more verbose output.curl at /usr/bin/curl, run which -a curl to list them all.curl in your firewall (such as Little Snitch).wget.