From 66efa343a916416ee08642d12987e2fcb8815a26 Mon Sep 17 00:00:00 2001 From: Nami-Doc Date: Thu, 5 Apr 2012 18:35:58 +0300 Subject: [PATCH] and again. --- src/Composer/Downloader/GitDownloader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Composer/Downloader/GitDownloader.php b/src/Composer/Downloader/GitDownloader.php index 09e0e87a8..ec63cefda 100644 --- a/src/Composer/Downloader/GitDownloader.php +++ b/src/Composer/Downloader/GitDownloader.php @@ -98,6 +98,7 @@ class GitDownloader extends VcsDownloader $output = $this->process->getErrorOutput(); if (127 === $this->process->execute('git --version', $handler)) { throw new \RuntimeException('Failed to checkout ' . $url . ' via git, it isn\'t accessible through the console, please check your installation and your PATH env.' . "\n\n" . $this->process->getErrorOutput()); + } throw new \RuntimeException('Failed to checkout ' . $url .' via git, https and http protocols, aborting.' . "\n\n" . $output); }