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

use https:// instead of ssh::// when building toolchain from source #1935

Open
2 tasks done
themighty1 opened this issue Jan 15, 2025 · 0 comments
Open
2 tasks done

Comments

@themighty1
Copy link

Component

cargo prove CLI/sp1up

Have you ensured that all of these are up to date?

  • SP1 SDK
  • cargo prove CLI/sp1up

What version of SP1 SDK are you on?

No response

What version of the cargo prove CLI are you on?

No response

Operating System

None

Describe the bug

When following
https://docs.succinct.xyz/docs/getting-started/install#option-2-building-from-source
during the step
cargo prove build-toolchain
I got

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

i had to change this line:

"ssh://git@github.com/succinctlabs/rust".to_string()

to "https://github.com/succinctlabs/rust".to_string()

to work around.

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

1 participant