Github 个人访问令牌的带宽限制是多少?

What is the bandwidth limit of Github personal access token?

是Github个人访问令牌限制在requests/hour个数还是带宽?? 我只用它来处理组织的私人回购。.有没有限制??

此处的 GitHub 文档页面描述了速率限制:https://docs.github.com/en/developers/apps/rate-limits-for-github-apps#:~:text=User%2Dto%2Dserver%20requests%20are,per%20hour%20for%20that%20user

不只是PAT,OAuth、PAT、user/password认证一起算每小时5000:

User-to-server requests are rate limited at 5,000 requests per hour and per authenticated user. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's username and password share the same quota of 5,000 requests per hour for that user.