fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Aljosa Mohorovic
Subject: [Fab-user] run('git pull') fails - ssh/git issues
Date: Fri, 30 Oct 2009 16:24:56 +0100

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 remote end hung up unexpectedly
---

env.user is owner of /var/www/wsgi/<PROJECT_NAME>/ so i don't think
it's filesystem permissions issue.
i think this happens because ssh-agent is not available for fabric ssh
session so git fails because it can't authenticate when pulling.
any tips on how i could resolve this? maybe i'm missing something obvious?

Aljosa Mohorovic




reply via email to

[Prev in Thread] Current Thread [Next in Thread]