I am setting up a github account, to work on a small project with some friends. I would like to have my home machine able to do a git pull via php, so that we just have to call this small php file for the machine to be up to date.
Şu an itibariyle:
<?php
$output = shell_exec('git help');
echo "<pre>$output</pre>";
?>
Bu mükemmel çalışıyor ve ben sağ dizinde duyuyorum, çıktı almak, bu yüzden git çekme gibi iyi çalışması gerekir, ama asılı sayfa, hiçbir hata, hiçbir şey olsun.
Herhangi bir fikir?
EDIT : Birkaç kesinliklerini, repo 300K etrafında, bu komut satırından sadece birkaç saniye sürer, oldukça küçük. Ben de shell_exec ("dir") çalıştı ve ben sağ dizinde duyuyorum. Ben yeterince hassas olabilir eğer ben, Windows 7 x64 üzerinde xampp varsayılan yükleme çalıştırıyorum :)