Git Bash cannot find git directory when git is installed
I am trying to run this command in git bash:
export GIT_RECURSIVE=$([ ! \"`git --version`\" \\< \"git version 1.6.5\" ]
&& echo --recursive) && git submodule -q update --init $GIT_RECURSIVE &&
(echo b8ce153ac56e3e79eda1e053b922ac48e775321a >
/var/www/alkdfjf/releases/20130822204731/REVISION)
I have git installed, but I receive an error stating:
bash: "git: No such file or directory.
Also, I am using Capistrano. Thanks.
No comments:
Post a Comment