We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
The above error occurs whenever I try to execute a Git clone with this library. Here is my code:
I have googled this issue and found some similar issues with Composer and Symfony, which suggested I add this line:
But this has not solved my issue. As it appears, the remote repository is being cloned successfully. The folder is created successfully.
The text was updated successfully, but these errors were encountered: