问题描述 ==>
CentOS 操作系统
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
本文介绍了解决在 CentOS 操作系统中使用 git clone 命令时遇到的错误:Peer reports incompatible or unsupported protocol version。通过更新 nss、curl 库来解决此问题。
问题描述 ==>
CentOS 操作系统
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 
被折叠的 条评论
为什么被折叠?