I have git in my app path. Already I am using capistrano 2 to deploy the same app. It accepts my git path. Through that I can do all operations(git pull, push). But why my git path is not accepted with capistrano 3 for the same app?
DEBUG [c5891dcc] /usr/bin/env:
DEBUG [c5891dcc] git
DEBUG [c5891dcc] : No such file or directory
DEBUG [c5891dcc]
DEBUG [c5891dcc] Finished in 0.664 seconds with exit status 127 (failed).