美文网首页
CentOS7 安装nvm报错

CentOS7 安装nvm报错

作者: 无米学炊 | 来源:发表于2019-02-01 10:55 被阅读3次

Centos7在安装nvm时报错:

'https://github.com/creationix/nvm.git/': Peer reports incompatible or unsupported protocol version

探索一番发现是两个依赖包版本过低:

sudo yum update nss curl  # nss为名称解析和认证服务 curl为网络请求库

然后再次安装就好了

参考: git使用https协议出错:Peer reports incompatible or unsupported protocol version.

相关文章

网友评论

      本文标题:CentOS7 安装nvm报错

      本文链接:https://www.haomeiwen.com/subject/tgnrsqtx.html