I am trying to deploy my symfony 2 application with capifony, i've read the documentation but i can't seem to find the solution for my error.
failed: "sh -c 'git clone -q git@***.org:***/***.git public_html/new/releases/20121214201830 && cd public_html/new/releases/20121214201830 && git checkout -q -b deploy f2438d8b8873e7af474c7ad6111090dadc106de0 && (echo f2438d8b8873e7af474c7ad6111090dadc106de0 > public_html/new/releases/20121214201830/REVISION)'" on ***.hostgator.com
I have shell access to the webhost and the repository is working fine with ssh
I hope someone can help me with this