Is there a fix for the “Could not find *gem* in any of the sources” error that doesn't involve deleting Gemfile.lock?

前端 未结 5 616
夕颜
夕颜 2021-02-05 02:39

I am trying to get my development environment setup on a new computer.

git clone -o heroku git@heroku.com:theirapp.git
cd theirapp
bundle
Fetching gem metadata f         


        
5条回答
  •  日久生厌
    2021-02-05 03:19

    An old version of bundler was giving me this same issue. After a bunch of puzzling, I realized that this was the issue.

    Running gem install bundler fixed it completely.

提交回复
热议问题