msysgit with git protocol to linux server

3 messages, 3 authors, 2016-06-15 · open the first message on its own page

msysgit with git protocol to linux server

From: Neal Kreitzinger <hidden>
Date: 2016-06-15 22:53:50

If my pc is on the same vpn as the linux server can I use git protocol 
instead of ssh for better speed?

I have instructions on how to setup msysgit with ssh.  (I'm new to 
msysgit and ssh.)  On the linux servers we've been using git protocol 
since they are on the same vpn.  My understanding is that git protocol 
is faster than ssh.

v/r,
neal

Re: msysgit with git protocol to linux server

From: Jeff King <hidden>
Date: 2016-06-15 22:53:51

On Fri, May 18, 2012 at 02:55:13PM -0500, Neal Kreitzinger wrote:
If my pc is on the same vpn as the linux server can I use git
protocol instead of ssh for better speed?
Yes, you can, but no, it will probably not be faster.
I have instructions on how to setup msysgit with ssh.  (I'm new to
msysgit and ssh.)  On the linux servers we've been using git protocol
since they are on the same vpn.  My understanding is that git
protocol is faster than ssh.
It's exactly the same protocol. The only reason it would be faster is
if your machine is so slow that the encryption overhead of ssh is a
bottleneck.

Note that git-over-http can be slightly slower than the regular git
protocol, because there may be more round-trip latency during the commit
negotiation (but once you are actually getting the pack from the server,
it should be the same, and that time tends to dominate, anyway).

I'm not sure why you care about the vpn, unless:

  1. You are worried about man-in-the-middle attacks fetching via
     git://, which you can presumably disregard over the vpn.

  2. You want to allow pushes over git:// instead of ssh. I wouldn't
     recommend this, but you can do so by setting daemon.receivepack in
     the config.

-Peff

Re: msysgit with git protocol to linux server

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:53:51

Am 19.05.2012 01:57, schrieb Jeff King:
  2. You want to allow pushes over git:// instead of ssh. I wouldn't
     recommend this, but you can do so by setting daemon.receivepack in
     the config.
But push via git protocol does not work when the client is MinGW git
(msysgit). I've posted a work-around on the msysgit list, but it is
still on my agenda to re-submit a cleaned-up version of it.

http://thread.gmane.org/gmane.comp.version-control.msysgit/13409

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help