我正在尝试使用GitHub API向提交请求添加提交,以解决问题。但是看到错误
curl -H“授权:令牌” Key“” -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” }
答案 0 :(得分:0)
啊,我发现了我的错误。我正在传递基本的授权密钥。要发布评论或创建标签,我们需要在github上生成的OAUTH令牌。
https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/