feature<*>: use credential-manager-core instead of old credential-manager

This commit is contained in:
leo 2021-11-15 12:21:34 +08:00
parent acc9840830
commit dcf53c31cc
4 changed files with 24 additions and 6 deletions

View file

@ -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 ";