CentOS7 操作系统
git clone 项目时出现类似如下错误:
fatal: unable to access 'https://github.com/rancher/rancher.git/':Peer reports incompatible or unsupported protocol version.
解决方法:
yum update -y nss curl libcurl
然后重新clone即可
CentOS7 操作系统
git clone 项目时出现类似如下错误:
fatal: unable to access 'https://github.com/rancher/rancher.git/':Peer reports incompatible or unsupported protocol version.
解决方法:
yum update -y nss curl libcurl
然后重新clone即可