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?
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
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 nsprAfter the updation, the script works fine.