I am new to git, and can't get past the error "fatal: Could not read from remote repository"...
Server: Mac OS X 10.6.8 Remote Access (SSH) is enabled. My public key has been added to authorized_keys for the git user. I can ssh into the server as user "git". No password prompt. Repo on server is ~/git/ImgRip.git Used "git init --bare" to setup repo. Client: Mac OS X 10.6.8 Local (new) git repo working fine (did a few test add and commits). Issued "git remote add origin [email protected]:git/ImgRip.git" without error. But when I "git push origin master" I get: bash: 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. Any help would be appreciated! Brian --
