Skip to content
Snippets Groups Projects
Commit bd02a9d7 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

fix(gitFs): handle gnutls_handshake() failed

parent 490bc356
No related merge requests found
...@@ -462,6 +462,7 @@ function checkForPlatformFailure(err: Error) { ...@@ -462,6 +462,7 @@ function checkForPlatformFailure(err: Error) {
return; return;
} }
const platformErrorStrings = [ const platformErrorStrings = [
'gnutls_handshake() failed',
'The requested URL returned error: 5', 'The requested URL returned error: 5',
'The remote end hung up unexpectedly', 'The remote end hung up unexpectedly',
'access denied or repository not exported', 'access denied or repository not exported',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment