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
When following the installation instructions, I get the error:
[I] ➜ cargo install --path . --locked
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: pyrometer/cli/Cargo.toml
workspace: pyrometer/Cargo.toml
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: pyrometer/cli/Cargo.toml
workspace: pyrometer/Cargo.toml
Installing cli v0.1.0 (pyrometer/cli)
Updating git repository `https://github.com/brockelmore/ariadne`
error: failed to load source for dependency `ariadne`
Caused by:
Unable to update https://github.com/brockelmore/ariadne#c2e3a8e7
Caused by:
failed to clone into: .cargo/git/db/ariadne-44ade852abe2148c
Caused by:
failed to authenticate when downloading repository: [email protected]:brockelmore/ariadne
* attempted ssh-agent authentication, but no usernames succeeded: `git`
if the git CLI succeeds then `net.git-fetch-with-cli` may help here
https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
Caused by:
no authentication methods succeeded
The text was updated successfully, but these errors were encountered:
When following the installation instructions, I get the error:
The text was updated successfully, but these errors were encountered: