[Fab-user] run('git pull') fails - ssh/git issues

2009-10-30 Thread Aljosa Mohorovic
executing run('git pull') produces: --- [host] out: Initialized empty Git repository in /var/www/wsgi/PROJECT_NAME/tmp/.git/ [host] err: Permission denied, please try again. [host] err: Permission denied, please try again. [host] err: Permission denied (publickey,password). [host] err: fatal: The

Re: [Fab-user] run('git pull') fails - ssh/git issues

2009-10-30 Thread Jeff Forcier
On Fri, Oct 30, 2009 at 11:24 AM, Aljosa Mohorovic aljosa.mohoro...@gmail.com wrote: i think this happens because ssh-agent is not available for fabric ssh session so git fails because it can't authenticate when pulling. yup. paramiko can't do ssh agent forwarding, which sucks and will