Yes, GitHub is using a setup like gitosis (they are not actually using
gitosis, I believe, but the concept is the same) - where they don't
setup a new user for everyone that signs up, but everyone goes through
the 'git' user and access is split depending on the public key that is
used.  However, your system should be trying to use the public key for
the user you are running as, (ie: 'deploy') to authenticate as 'git',
which should work if it finds the key properly.  If you are having
trouble with it finding the key, you can try setting up
ssh-forward-agent stuff like so:

http://blog.new-bamboo.co.uk/2008/3/12/github-with-capistrano

Scott

On Tue, Jun 10, 2008 at 10:30 PM, sbtodd <[EMAIL PROTECTED]> wrote:
>
> If I understand the reply in a previous thread, then this:
>
> git remote add origin [EMAIL PROTECTED]:sbtodd/ddd.git
>
> is really this:
>
> git remote add origin ssh://[EMAIL PROTECTED]:sbtodd/ddd.git
>
> Is there a user called 'git' that this is being sent to?
>
> Todd
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to