0

我正在尝试使用 GitHub API 向拉取请求添加提交以解决问题。但是看到错误

curl -H“授权:令牌“密钥””-X POST -d'{“body”:“失败”}'“ https://github-site/repos/:repository/issues/PR_NUMBER/comments

curl 命令的响应。

{“消息”:“未找到”,“documentation_url”:“ https://developer.github.com/enterprise/2.15/v3/issues/comments/#create-a-comment ”}

4

1 回答 1

0

啊,我发现了我的错误。我正在传递基本的授权密钥。要发表评论或创建标签,我们需要在 github 上生成 OAUTH 令牌。

https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/

于 2019-01-10T23:14:08.207 回答