为了账号安全,请及时绑定邮箱和手机立即绑定

用php的shell_exec执行git pull需要github账号密码

用php的shell_exec执行git pull需要github账号密码

PHP
喵喔喔 2019-02-15 16:42:24
使用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
提交
取消
意见反馈 帮助中心 APP下载
官方微信