We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2c5276 + 5bed4e8 commit c0bbd42Copy full SHA for c0bbd42
src/cargo/sources/git/utils.rs
@@ -529,7 +529,7 @@ where
529
//
530
// If ssh-agent authentication fails, libgit2 will keep calling this
531
// callback asking for other authentication methods to try. Check
532
- // cred_helper_bad to make sure we only try the git credentail helper
+ // cred_helper_bad to make sure we only try the git credential helper
533
// once, to avoid looping forever.
534
if allowed.contains(git2::CredentialType::USER_PASS_PLAINTEXT) && cred_helper_bad.is_none()
535
{
0 commit comments