Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The process has been signaled with signal "5" on Git Clone #11

Open
maarten00 opened this issue Jul 16, 2014 · 0 comments
Open

The process has been signaled with signal "5" on Git Clone #11

maarten00 opened this issue Jul 16, 2014 · 0 comments

Comments

@maarten00
Copy link

Hi,

The above error occurs whenever I try to execute a Git clone with this library. Here is my code:

$git = new PHPGit\Git();
$git->clone($repository_https_url, $base_dir . $repository_dir);

I have googled this issue and found some similar issues with Composer and Symfony, which suggested I add this line:

putenv("DYLD_LIBRARY_PATH");

But this has not solved my issue. As it appears, the remote repository is being cloned successfully. The folder is created successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant