I'm using Capistrano to deploy a PHP application to a FreeBSD server automatically. After configuration, I faced this error:
[703e9962] GIT_ASKPASS=/bin/echo: Command not found.
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as user@example-domain.com: git exit status: 1
git stdout: Nothing written
git stderr: GIT_ASKPASS=/bin/echo: Command not found.
SSHKit::Command::Failed: git exit status: 1 git stdout: Nothing written git stderr: GIT_ASKPASS=/bin/echo: Command not found.
I replaced real account information with the "user@example-domain.com" in the above log. Any help would be appreciated.