On Mon, 23 Mar 2015 06:22:19 -0700 (PDT)
ka...@quipsy.de wrote:
> We are two git *newbees *facing trouble with git fetch and git daemon
> on Windows 7.
>
> We are using MSYSGIT 1.9.5 and "git bash" on Windows 7 Pro SP1 (64
> Bit).
>
> git daemon is started on our two PCs to allow me and my buddy to
> synchronize our work. Firewalls have TCP port 9418 open. All over the
> last days we could perfectly fetch each other's commits using git
> fetch my-buddy.* Since today it does not work anymore, but we have
> not changed anything!*
[...]
Pushing via plain git protocol is known to have issues on Windows
(which are very hard to solve).
Instead of trying to fix it, I'd suggest you just make a bare
repository on one of your machines, turn that directory into a network
share and then perform the usual dance of making sure that share can be
accessed in R/W mode by the required user on another machine (and only
that user!).
Then use the //server/share or file:///server/share as an URL for
accessing the repo from the other machine. The machine hosting the
bare repository can use normal "local" URLs to access it -- like
C:/path/to/that/repo.