mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-01 12:23:44 +08:00
Ignore a few more git exceptions
This commit is contained in:
@ -185,6 +185,9 @@ const ignoredMessages = [
|
|||||||
'unable to exchange encryption keys',
|
'unable to exchange encryption keys',
|
||||||
'the key you are authenticating with has been marked as read only',
|
'the key you are authenticating with has been marked as read only',
|
||||||
'transport read',
|
'transport read',
|
||||||
|
"unpacking the sent packfile failed on the remote",
|
||||||
|
"key permission denied", // gogs
|
||||||
|
"failed getting response",
|
||||||
];
|
];
|
||||||
|
|
||||||
bool shouldLogGitException(GitException ex) {
|
bool shouldLogGitException(GitException ex) {
|
||||||
|
Reference in New Issue
Block a user