Github API /repos/:owner/:repo/contributors returns 一个空对象
Github API /repos/:owner/:repo/contributors returns an empty object
当运行以下命令时,我得到一个空对象:
$ curl -s "https://api.github.com/repos/wix/DetoxInstruments/stats/contributors"
{
}
在我的原始脚本中,我提供了一个access_token
,但没有必要证明问题。
它似乎发生在那个特定的回购协议上。可能是什么原因?
这是一个错误,GitHub 支持人员在他们的后端修复了它。
当运行以下命令时,我得到一个空对象:
$ curl -s "https://api.github.com/repos/wix/DetoxInstruments/stats/contributors"
{
}
在我的原始脚本中,我提供了一个access_token
,但没有必要证明问题。
它似乎发生在那个特定的回购协议上。可能是什么原因?
这是一个错误,GitHub 支持人员在他们的后端修复了它。