/usr/bin/env ruby no such file or directory: Using capistrano 3, capistrano/rbenv, capistrano/bundler and capistrano/rails (using rails 4)

后端 未结 9 2096
别那么骄傲
别那么骄傲 2021-02-02 08:45

I\'m using capistrano, capistrano/rbenv, capistrano/bundler and capistrano/rails. I get this error in the step where capistrano compiles the assets:

DEBUG [49a50         


        
9条回答
  •  眼角桃花
    2021-02-02 09:29

    I was facing the same error.After trying hard to resolve it, i remembered that i have removed few packages randomly from my server where i was deploying the code.

    So i also removed git accidently.Running sudo apt-get install git fixed it .

提交回复
热议问题