On Mar 3, 2008, at 11:07 AM, James H. wrote: > > I just answered my own question. > > Git doesn't understand URLs like "[EMAIL PROTECTED]: > 8888:project.git", so normally one alters their ~/.ssh/config file to > compensate. Unfortunately Net::SSH ignores this file. This basically > demands that one use the standard SSH port for deploying with Git, > Capistrano, and SSH.
I'm using: set :repository, "ssh://[EMAIL PROTECTED]:8888/opt/repos/project.git " Have you tried this? --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
