diff --git a/lib/core/git_repo.dart b/lib/core/git_repo.dart index 2badb884..25c4f675 100644 --- a/lib/core/git_repo.dart +++ b/lib/core/git_repo.dart @@ -131,6 +131,8 @@ const ignoredMessages = [ 'failed to start ssh session', 'failure while draining', 'network is unreachable', + 'software caused connection abort', + 'unable to exchange encryption keys', ]; bool shouldLogGitException(GitException ex) {