git clone的时候,发生如下报错
fatal: unable to access 'https://github.com/...': Peer reports incompatible or unsupported protocol version.
有人说这么解决
git config --global credential.helper store
或者
git config --global http.sslVerify false
事实上应该升级如下库:yum update -y nss curl libcurl