1
0
Fork 0

Fix Git detection of authentication failure when no tty is attached to the process

pull/7351/head
zefrog 2018-05-15 15:31:31 +02:00
parent 22025f2e29
commit fd00ea7ce8
1 changed files with 1 additions and 0 deletions

View File

@ -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) {