SSLRead return error
参考链接: http://stackoverflow.com/questions/30385939/git-clone-fails-with-sslread-error-on-os-x-yosemite
It revolves around Yosemite using an incorrect SSL dependency, which Git ends up using.
Installing Git via homebrew with these flags works:
1 | brew install git --with-brewed-curl --with-brewed-openssl |