You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Component
cargo prove CLI/sp1up
Have you ensured that all of these are up to date?
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
i had to change this line:
sp1/crates/cli/src/commands/build_toolchain.rs
Line 38 in dbe622a
to
"https://github.com/succinctlabs/rust".to_string()
to work around.
The text was updated successfully, but these errors were encountered: