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

fix(gitFs): platform-failure for Invalid username or password

parent 34a96ad3
Branches
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment