gpt4 book ai didi

javascript - 将 Aurelia.js + io.js/node.js 应用部署到 heroku Github 速率限制问题

转载 作者:行者123 更新时间:2023-11-28 07:19:20 24 4
gpt4 key购买 nike

将node.js应用部署到heroku时,弹出以下错误:

GitHub rate limit reached. To increase the limit use GitHub authentication. remote: Run jspm registry config github to set this up.

如何通过heroku登录github?

最佳答案

  1. 创建 github 访问 token
    • 转至 Github.com、登录、设置、个人访问 token
  2. 创建个人访问 token 并复制它(我们稍后会使用它)
<小时/>
  1. $ heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git
  2. 在项目根目录中创建一个 .buildpacks 文件 -> 其中 package.json
  3. 向其中添加以下构建包并保存并提交
  4. $ heroku config:set GITHUB_AUTH_TOKEN=<Personal Auth Token>
  5. git push heorku deploy:master 或 git push heorku master

关于javascript - 将 Aurelia.js + io.js/node.js 应用部署到 heroku Github 速率限制问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30484253/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com