diff --git a/src/Composer/Util/RemoteFilesystem.php b/src/Composer/Util/RemoteFilesystem.php index 108c22f85..5e007b894 100644 --- a/src/Composer/Util/RemoteFilesystem.php +++ b/src/Composer/Util/RemoteFilesystem.php @@ -336,7 +336,7 @@ class RemoteFilesystem if (!$gitHubUtil->authorizeOAuth($this->originUrl) && (!$this->io->isInteractive() || !$gitHubUtil->authorizeOAuthInteractively($this->originUrl, $message)) ) { - throw new TransportException('Could not authenticate against '.$this->originUrl); + throw new TransportException('Could not authenticate against '.$this->originUrl, 401); } } else { // 404s are only handled for github