Ignore a few more git exceptions

This commit is contained in:
Vishesh Handa
2020-04-23 10:08:22 +02:00
parent ddc7ef1d85
commit a0247e7c9e

View File

@ -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) {