Explorar o código

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
Rob %!s(int64=6) %!d(string=hai) anos
pai
achega
1016cf19b2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {