From 405cea769ba595093e96f6755b188bfb38764a7e Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 19 Jul 2019 12:40:35 +0200 Subject: [PATCH] fix(gitFs): platform-failure for Invalid username or password --- lib/platform/git/storage.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/platform/git/storage.ts b/lib/platform/git/storage.ts index 74cf575ea1..833fe05fa0 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', -- GitLab