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

后端 未结 9 2080
别那么骄傲
别那么骄傲 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:36

    Solution to ERROR:

    /usr/bin/env git no such file or directory capistrano

    Install git in remote server, machine to which deployment is to be done.

    apt-get install git
    

提交回复
热议问题