centos7上使用git clone出现问题

centos 7  git clone时出现不支持协议版本的问题

unable to access 'https://github.com/baloonwj/TeamTalk.git/': Peer reports incompatible or unsupported protocol version.

解决方案:

yum update -y nss curl libcurl 

centos安装 git命令

yum -y install git

原文地址:https://www.cnblogs.com/seer/p/10337489.html