使用php做github的webhook,如下: $cmd = "eval `ssh-agent -s` && ssh-add && cd $target && git pull 2>&1";
$res = shell_exec($cmd);已经添加了ssh key(无密码),无返回错误,但不成功。$cmd = "cd $target && git pull 2>&1";会提示没有权限,因为应该是key没加载。
1 回答
- 1 回答
- 0 关注
- 564 浏览
添加回答
举报
0/150
提交
取消