我正在尝试在 Jenkins 管道中运行以下命令
$ gh pr create --title "The bug is fixed" --body "Everything works again"
$ gh pr create --reviewer monalisa,hubot --reviewer myorg/team-name
$ gh pr create --project "Roadmap"
$ gh pr create --base develop --head monalisa:feature
gh: command not found
在通用 git 命令正常工作的地方出现错误,git checkout -f fedb73c252b8f058a83ab222648c08265f442876
有什么办法可以解决这个问题吗?