diff --git a/lib/platform/git/storage.ts b/lib/platform/git/storage.ts index 74cf575ea1a69ee4bf40903ec43200de316e0400..833fe05fa0708204ae33fc266d2e25402f491f76 100644 --- a/lib/platform/git/storage.ts +++ b/lib/platform/git/storage.ts @@ -470,6 +470,7 @@ function checkForPlatformFailure(err: Error) { return; } const platformErrorStrings = [ + 'remote: Invalid username or password', 'gnutls_handshake() failed', 'The requested URL returned error: 5', 'The remote end hung up unexpectedly',