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
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 .
sudo apt-get install git