Просмотр исходного кода

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

zefrog 7 лет назад
Родитель
Сommit
fd00ea7ce8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Composer/Util/Git.php

+ 1 - 0
src/Composer/Util/Git.php

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