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

Public key signature verification has failed. #1302

Closed
tongxiaofeng opened this issue Nov 14, 2016 · 5 comments
Closed

Public key signature verification has failed. #1302

tongxiaofeng opened this issue Nov 14, 2016 · 5 comments
Labels
installing nvm Problems installing nvm itself non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. OS: ubuntu

Comments

@tongxiaofeng
Copy link

~$ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0
.32.1/install.sh | bash
=> Downloading nvm from git to '/home/tong/.nvm'
=> Cloning into '/home/tong/.nvm'...
fatal: unable to access 'https://github.com/creationix/nvm.git/': gnutls_handsha
ke() failed: Public key signature verification has failed.
Failed to clone nvm repo. Please report this!

@ljharb
Copy link
Member

ljharb commented Nov 14, 2016

I have no idea why there'd be any public key signature verification. Have you overridden git, or set any custom git configs that would require PGP signatures?

@tongxiaofeng
Copy link
Author

sudo apt-get remove libgnutls-deb0-28

resolves my problem.

@ljharb
Copy link
Member

ljharb commented Nov 14, 2016

Thanks for the followup!

@ljharb ljharb closed this as completed Nov 14, 2016
@ljharb ljharb added installing nvm Problems installing nvm itself non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. OS: ubuntu labels Nov 14, 2016
@playmono
Copy link

To be honest I dont think removing a package (and specially libgnutls) should be a good solution.

@ljharb
Copy link
Member

ljharb commented Feb 15, 2017

@playmono agreed, the proper solution is disabling whatever key verification is interfering with normal git operations.

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 non-issue / invalid This isn't relevant to nvm, or turned out to be something unrelated. OS: ubuntu
Projects
None yet
Development

No branches or pull requests

3 participants