未找到 hub.topic 的存储库 - 范围问题?

No repository found for hub.topic - Scope issue?

我正在尝试订阅特定存储库中的更改,但我收到 "No repository found for hub.topic"。

这是我的要求:

curl -u "用户" -i https://api.github.com/hub -F "hub.mode=subscribe" -F "hub.topic=https://github.com/iOS-Goodies/iOS-Goodies/events/watch" -F "hub.callback=callback"

鉴于此 curl 请求遵循 Github 的文档指南并且适用于我自己的存储库,我认为这是一个范围问题。

我是否无法订阅不属于我的存储库上的事件?

谢谢

您必须是存储库的管理员才能执行该 API 请求。 PubSubHubbub API 遵循与 Webhooks API 相同的权限规则:"The Repository Webhooks API allows repository admins to manage the post-receive hooks for a repository. Webhooks can be managed using the JSON HTTP API, or the PubSubHubbub API."