Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我运行jspm install在我的 Aurelia 项目中安装 JS 依赖项时,jspm 说Github rate limit reached
jspm install
Github rate limit reached
怎么修?
可以通过配置jspm您的 Github 凭据来取消速率限制。为此,请执行以下操作:
jspm
settings
Personal access tokens
Generate new token
jspm registry config github
在配置过程中,您将被要求输入令牌。这样做,你就可以走了。