Nvm: Installation: Unable to access nvm.git

Created on 17 Jul 2018  路  3Comments  路  Source: nvm-sh/nvm

Trying to install on CentOS 7.

And the error I get is:

    => Downloading nvm from git to '/home/swateek/.nvm'
    => Cloning into '/home/swateek/.nvm'...
    fatal: unable to access 'https://github.com/creationix/nvm.git/': Peer reports incompatible or 
    unsupported protocol version.
    Failed to clone nvm repo. Please report this!

Has something changed recently? Or am I doing something wrong here?

installing nvm needs followup

Most helpful comment

Okay, the git wasn't a problem. I was using 1.8.1.

I did this to make it work:

yum update curl nss nss-util nspr

After the updation, the script works fine.

All 3 comments

What version of git are you using?

Okay, the git wasn't a problem. I was using 1.8.1.

I did this to make it work:

yum update curl nss nss-util nspr

After the updation, the script works fine.

yum update -y nss curl libcurl

Was this page helpful?
0 / 5 - 0 ratings