Bundle install tries to use cache file

前端 未结 5 1103
旧巷少年郎
旧巷少年郎 2021-02-09 22:40

When i try to do bundle install, my gem_path and gem_home point to /usr/local/rvm/gems/ which i don\'t have write access and it fails because of invalid permissions. because of

5条回答
  •  礼貌的吻别
    2021-02-09 23:14

    Fixed it by deleting cache file and re-running bundle install.

    rm -rf . In your case:

    rm -rf /afs/varda.io/user/b/br/bruno/test6/cache
    

提交回复
热议问题