Hey, Yes the repository is being hosted on the same server with a directory scheme below:
repository: ~/git/myApp/ cap deploy: ~/apps/myApp/current/ I've opened a ticket with my hosting service assuming they'll need to adjust the git problem (i do not have access to install / make changes to that.) Thanks for the responses I'll post back after I get a response from them. On Mar 17, 12:07 am, Lee Hambley <[email protected]> wrote: > Brian, the url " myusern...@mydomain:/home/myUserName/" is effectively a > "ssh://[u...@]host.xz[:port]/path/to/repo.git/" > (Seehttp://www.kernel.org/pub/software/scm/git/docs/git-clone.html) - which > may > not be allowed; whatever is going wrong is a git problem. > > You may fair better using a url scheme like > git://host.xz[:port]/~user/path/to/repo.git/ if your host supports it. > > As you have obfuscated the output, we can't see - but are you hosting the > Git repository on the same machine as you're trying to deploy to? > > -- Lee Hambley > > Twitter: @leehambley | @capistranorb -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
