代码之家  ›  专栏  ›  技术社区  ›  Graham Slick

在Heroku上部署Sidekiq Pro

  •  2
  • Graham Slick  · 技术社区  · 7 年前

    这是一个帮助别人的问题,我实际上已经解决了,但很难找到答案:

    Heroku拒绝了我的说法:

    remote :       Authentication is required for gems.contribsys.com.
    
    remote:        Please supply credentials for this source. You can do this by running:
    
    remote:        bundle config gems.contribsys.com username:password
    
    remote:        Bundler Output: Authentication is required for gems.contribsys.com.
    
    remote:        Please supply credentials for this source. You can do this by running:
    
    remote:        bundle config gems.contribsys.com username:password
    

    1 回复  |  直到 7 年前
        1
  •  4
  •   Graham Slick    7 年前

    以下是解决方案:

    heroku config:set BUNDLE_GEMS__CONTRIBSYS__COM=username:password