diff --git a/lib/core/git_repo.dart b/lib/core/git_repo.dart index 14b24445..6fb84270 100644 --- a/lib/core/git_repo.dart +++ b/lib/core/git_repo.dart @@ -185,6 +185,9 @@ const ignoredMessages = [ 'unable to exchange encryption keys', 'the key you are authenticating with has been marked as read only', 'transport read', + "unpacking the sent packfile failed on the remote", + "key permission denied", // gogs + "failed getting response", ]; bool shouldLogGitException(GitException ex) {