Starting from scratch, setup git on my Windows workstation and have been following the instructions on http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server to setup my bare repo. Was able to scp the files to my hosted server using git Bash, but when I add the orign server to the repo and try to push I get this:
Pushing to user@host:/home/user/git/project.git
jailshell: git-receive-pack: command not found
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Thanks for your help.