Merge pull request #7351 from zefrog/fix-git-auth-failure-no-tty

Fix Git detection of authentication failure when no tty is attached to the process
main
Rob 6 years ago committed by GitHub
commit 1016cf19b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -254,6 +254,7 @@ class Git
'remote error: Invalid username or password.',
'error: 401 Unauthorized',
'fatal: unable to access',
'fatal: could not read Username',
);
foreach ($authFailures as $authFailure) {

Loading…
Cancel
Save