Brian, the url " myusern...@mydomain:/home/myUserName/" is effectively a "ssh://[u...@]host.xz[:port]/path/to/repo.git/" (See http://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
