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

Cargo sig verification failed #1640

Closed
necrogami opened this issue Jan 24, 2012 · 4 comments
Closed

Cargo sig verification failed #1640

necrogami opened this issue Jan 24, 2012 · 4 comments

Comments

@necrogami
Copy link

anton:rust Swartz$ cargo init
warning: signature verification failed for sources.json

After compiling rust on OSX 10.7.2 trying to use cargo --init returns the above.

Any idea why?

@brson
Copy link
Contributor

brson commented Jan 24, 2012

cargo uses gpg for signature verification. Possibly it is not installed.

@brson
Copy link
Contributor

brson commented Jan 24, 2012

I opened #1643 to make the error message nicer when gpg isn't available.

@necrogami
Copy link
Author

I have verified that after running brew install gpg and then running cargo init that it now works properly.

@brson
Copy link
Contributor

brson commented Jan 24, 2012

Great!

@brson brson closed this as completed Jan 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants