I would recommend against this unless you're using it in conjunction with

set :git_shallow_clone, 1

Otherwise it will do a full clone every time you deploy which will get
slower and slower as time goes by.  Setting up ssh authentication
should not be hugely difficult - I would recommend logging into your
deploy server as the user set in :

set :user, (user)

and then running 'git clone [EMAIL PROTECTED]/(user/project).git' and see
if you get the same error.  If so, solve the problem from that side,
if not, then pastie your deploy.rb and I can help further.

Thanks,
Scott

On Wed, Jun 11, 2008 at 3:29 AM, Neil Wilson <[EMAIL PROTECTED]> wrote:
>
>
>
> On Jun 10, 7:13 am, sbtodd <[EMAIL PROTECTED]> wrote:
>> How do I setup Capistrano so that my server can pull my application in
>> from a private repository
>> hosted at GitHub?
>
> The simplest approach is to change to using one of the copy
> strategies.
>
> set :deploy_via, :copy
>
> NeilW
> >
>

--~--~---------~--~----~------------~-------~--~----~
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