mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
update<Credential>: using manager instead of manager-core for credential.helper
This commit is contained in:
parent
63a6ef256e
commit
dfc452b2a6
4 changed files with 7 additions and 7 deletions
|
@ -19,7 +19,7 @@ namespace SourceGit.Commands {
|
|||
Envs.Add("GIT_SSH_COMMAND", $"ssh -i '{sshKey}'");
|
||||
Args = "";
|
||||
} else {
|
||||
Args = "-c credential.helper=manager-core ";
|
||||
Args = "-c credential.helper=manager ";
|
||||
}
|
||||
|
||||
Args += "clone --progress --verbose --recurse-submodules ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue