1
0
Fork 0

and again.

pull/531/head
Nami-Doc 2012-04-05 18:35:58 +03:00
parent 66cd1aad8a
commit 66efa343a9
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}