mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00:00
feature<*>: use credential-manager-core instead of old credential-manager
This commit is contained in:
parent
acc9840830
commit
dcf53c31cc
4 changed files with 24 additions and 6 deletions
|
@ -19,7 +19,7 @@ namespace SourceGit.Commands {
|
|||
Envs.Add("GIT_SSH_COMMAND", $"ssh -i '{sshKey}'");
|
||||
Args = "";
|
||||
} else {
|
||||
Args = "-c credential.helper=manager ";
|
||||
Args = "-c credential.helper=manager-core ";
|
||||
}
|
||||
|
||||
Args += "fetch --progress --verbose ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue