#Fix the annoying OpenSSL 1.0.1 "Unknown Protocol" error with (lib)curl
- Add a
ciphers AES128-SHA,3DES
line to~/.curlrc
. - Unfortunately, libcurl doesn't use .curlrc. So to get around the problem in git:
# some if the stuff here is macports-specific
$ port install autoconf automake
$ git clone https://github.com/git/git.git
$ cd git