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

前端 未结 5 619
夕颜
夕颜 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:39

    I've found it safest ALWAYS to specify gem versions, and only change them when necessary. Saved me a LOT of trouble.

提交回复
热议问题