侧边栏壁纸
  • 累计撰写 72 篇文章
  • 累计创建 54 个标签
  • 累计收到 13 条评论

目 录CONTENT

文章目录

CentOS git clone error

茂茂
2018-08-20 / 0 评论 / 0 点赞 / 751 阅读 / 0 字

VPS重装出错,使用Git Clone项目的时候提示unable to access

问题描述:

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
0

评论区