是不是不支持配置 GitHub 个人仓库?导致了你遇到的 rate limit 问题。
错误信息: 请求 https://github.com/xxx/xxx失败,状态码: 403, 内容: {"message":"API rate limit exceeded for ... (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
是不是需要添加 GitHub token 配置支持来解决。
是不是不支持配置 GitHub 个人仓库?导致了你遇到的 rate limit 问题。
错误信息: 请求 https://github.com/xxx/xxx失败,状态码: 403, 内容: {"message":"API rate limit exceeded for ... (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
是不是需要添加 GitHub token 配置支持来解决。