I have gitolite running on my OSX Snow Leopard server, with my git user and all is going right. I have a web server here so I need to pull from the server itself and I have no problem doing it from the server.
But what I want to do is to be able to login with that user using SSH from my workstation, but in my terminal doing ssh git@myserver results in this cryptic message:
PTY allocation request failed on channel 0
so the question is: how can I pull remotely my files to update my staging server?
Thanks to all. I've googled for it and searched on stack overflow but found no answer