I am trying to push content from a workstation to a server. But it gives me an error. Please look at the following for command and error:
Administrator@ganes
Just got the same error.
Correct answer is you need to use git clone gitolite:repo_name command to clone the repository and git push gitolite:repo_name to push changes, instead of git clone git@yourservername:repo_name.
git clone gitolite:repo_name
git push gitolite:repo_name
git clone git@yourservername:repo_name