diff --git a/lib/platform/git/storage.ts b/lib/platform/git/storage.ts index 044806fdffb27cfe5ddca24703a10128c18c20ea..8b77f7a37edfddc65c834a96e44f13fc4344ba3c 100644 --- a/lib/platform/git/storage.ts +++ b/lib/platform/git/storage.ts @@ -462,6 +462,7 @@ function checkForPlatformFailure(err: Error) { return; } const platformErrorStrings = [ + 'gnutls_handshake() failed', 'The requested URL returned error: 5', 'The remote end hung up unexpectedly', 'access denied or repository not exported',