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
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