Heroku pull private github repository

后端 未结 2 1313
梦谈多话
梦谈多话 2021-02-02 01:09

I have tryed different approaches to use a Github private repository reference in a Rails application Gemfile.

1) Gemfile:
gem \'my_gem\', :git          


        
2条回答
  •  时光取名叫无心
    2021-02-02 01:44

    Heroku's git (version 1.7) doesn't support using e-mail as username for Github's repositories.

    You must use your Github username.

    Also, Heroku's git doesn't support using an oauth token.

    Hopefully Heroku will upgrade their git soon, so they can continue making my life easier :-)

提交回复
热议问题