Skip to content

Commit 614040b

Browse files
author
Stephan Dilly
committed
add note
1 parent 14c79c1 commit 614040b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

asyncgit/src/sync/cred.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ pub fn extract_username_password(
5555
.to_owned();
5656
let mut helper = CredentialHelper::new(&url);
5757

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+
5862
if let Ok(config) = Config::open_default() {
5963
helper.config(&config);
6064
}

0 commit comments

Comments
 (0)