通过php shell_exec()执行git pull时需要GitHub凭据

时间:2019-01-26 08:43:16

标签: php github

通过php的github webhook:

$cmd = "eval `ssh-agent -s` && ssh-add && cd $target && git pull 2>&1";
$res = shell_exec($cmd);

没有错误,但是没有工作!

$cmd = "eval `ssh-agent -s` && ssh-add && cd $target && git pull 2>&1";
$res = shell_exec($cmd);

0 个答案:

没有答案