mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
Ignore a few more git exceptions
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user