When I try to $ brew update I\'m getting the error:
$ brew update
error: Protocol https not supported or disabled in libcurl while accessing https://github.co
I had this issue on OSX. The issue were duplicate curl and curl.config files inside usr/local/bin that conflicted the same two files in usr/bin. I deleted the first set in the local/bin and Terminal worked after that.