Why is my question not getting posted? I am trying use capistrano with github to deploy to my production server through a non standard port. When I put ssh_options[:port] = 1234 into deploy.rb the system unfortunately seems to think that I want to connect to github on an nonstandard port , which I don't.
How can I deploy to my prodcution server through a nonstandard port when I use github and capistrano? Thanks, Justus On Thu, Oct 9, 2008 at 8:34 PM, GitHub Support <[EMAIL PROTECTED]> wrote: > It looks like git-am, git-format-patch and git-bundle are in msysgit 1.6, > but git-send-email is not. git-send-email probably uses sendmail > or similar, which wouldn't be present in windows. > --tek > > On Thu, Oct 9, 2008 at 4:31 AM, Lemur <[EMAIL PROTECTED]> wrote: > >> >> Big thanks for explanation! >> And Is it possible in windows-machine? >> >> On Oct 8, 10:10 pm, "GitHub Support" <[EMAIL PROTECTED]> wrote: >> > Lemur, >> > It sounds like you want to use git entirely over email? You may want to >> > reconsider that, accepting patches over email is easy, but managing an >> > entire project... you're setting yourself up for a huge headache I fear. >> > You'll probably be much happier with hosted repos, either your own >> private >> > ones or ones here with github. >> > >> > If you're determined to use email exclusively, there's a number of >> options >> > for you: >> > >> > First up is sending patches over email. For that you'll >> > need git-format-patch and git-send-email to send, and get-am to receive. >> http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#subm...< >> http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html> >> http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.htmlhttp://www.kernel.org/pub/software/scm/git/docs/git-send-email.htmlhttp://www.kernel.org/pub/software/scm/git/docs/git-am.html >> > >> > Exchanging patches is probably not very useful for what you're trying to >> do, >> > though. You might want to check out git-bundle, this allows you to >> create a >> > single file containing a portion of a repo which you could exchange over >> > emailhttp://www.kernel.org/pub/software/scm/git/docs/git-bundle.html >> > >> > --tek >> > >> > On Fri, Oct 3, 2008 at 4:06 PM, Lemur <[EMAIL PROTECTED]> wrote: >> > >> > > Hello! >> > > My interesting now: >> > > Who can write how or what is commands in git for organization full >> > > working cycle through email. >> > > It is send and pull a something changes. Also configuration my git >> > > email client etc. >> > >> > > Big thanks! >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
