git clone项目时出现类似如下错误:
# git clone https://github.com/iyezhou/Android-YzHttp.git
Cloning into '91porn'...
fatal: unable to access 'https://github.com/iyezhou/Android-YzHttp.git/': Peer reports incompatible or unsupported protocol version.
# git --version
git version 2.13.2
解决办法:
yum update nss curl libcurl # nss为名称解析和认证服务 curl为网络请求库