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.
1 parent 14c79c1 commit 614040bCopy full SHA for 614040b
asyncgit/src/sync/cred.rs
@@ -55,6 +55,10 @@ pub fn extract_username_password(
55
.to_owned();
56
let mut helper = CredentialHelper::new(&url);
57
58
+ //TODO: look at Cred::credential_helper,
59
+ //if the username is in the url we need to set it here,
60
+ //I dont think `config` will pick it up
61
+
62
if let Ok(config) = Config::open_default() {
63
helper.config(&config);
64
}
0 commit comments