|
private function throwException($message, $url)
|
|
private function throwException($message, $url)
|
|
if (0 !== $this->process->execute('git --version', $ignoredOutput)) {
|
|
if (0 !== $this->process->execute('git --version', $ignoredOutput)) {
|
|
throw new \RuntimeException('Failed to clone '.self::sanitizeUrl($url).', git was not found, check that it is installed and in your PATH env.' . "\n\n" . $this->process->getErrorOutput());
|
|
throw new \RuntimeException('Failed to clone '.self::sanitizeUrl($url).', git was not found, check that it is installed and in your PATH env.' . "\n\n" . $this->process->getErrorOutput());
|