fix: new window opened on failing fetch due to missing StrictHostKeyChecking=accept-new for repo remote without private ssh key (#485)

This commit is contained in:
leo 2024-09-18 17:19:55 +08:00
parent bbd4012bc5
commit 6932ce44a9
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -521,6 +521,9 @@ namespace SourceGit
return false;
var param = args[0];
if (Directory.Exists(param))
return false;
if (!param.StartsWith("enter passphrase", StringComparison.OrdinalIgnoreCase) &&
!param.Contains(" password", StringComparison.OrdinalIgnoreCase))
return false;