Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation: Unable to access nvm.git #1869

Closed
swateek opened this issue Jul 17, 2018 · 3 comments
Closed

Installation: Unable to access nvm.git #1869

swateek opened this issue Jul 17, 2018 · 3 comments
Labels
installing nvm Problems installing nvm itself needs followup We need some info or action from whoever filed this issue/PR.

Comments

@swateek
Copy link

swateek commented Jul 17, 2018

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?

@ljharb
Copy link
Member

ljharb commented Jul 17, 2018

What version of git are you using?

@ljharb ljharb added needs followup We need some info or action from whoever filed this issue/PR. installing nvm Problems installing nvm itself labels Jul 17, 2018
@swateek
Copy link
Author

swateek commented Jul 17, 2018

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.

@swateek swateek closed this as completed Jul 17, 2018
@msdlisper
Copy link

yum update -y nss curl libcurl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installing nvm Problems installing nvm itself needs followup We need some info or action from whoever filed this issue/PR.
Projects
None yet
Development

No branches or pull requests

3 participants