From bd02a9d756a0aa47d4ebb6b8cd1dd2c23b199b6d Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 2 Jul 2019 07:25:01 +0200 Subject: [PATCH] fix(gitFs): handle gnutls_handshake() failed --- 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 044806fdff..8b77f7a37e 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', -- GitLab