Tagged Questions
2
votes
2answers
917 views
Calling git from PHP: Broken pipe error
I have the following PHP script:
#!/usr/bin/php
<?php
echo shell_exec(
"/usr/bin/git clone --bare ".
"/home/dave/create_project/template_project ".
...