Hi,
On Wed, 8 May 2013, Toshiyuki Ogawa wrote:
> I had the problem that git-clone exited with 'read error' when connected
> to git-daemon on windows. I read the issue
> 197(
https://code.google.com/p/msysgit/issues/detail?id=197)<
https://code.google.com/p/msysgit/issues/detail?id=197> too.
> The issue 197 resolved to chage MTU.
>
> I would like to resolve to another method which is modify some git sources.
> Here is my pull request(
https://github.com/msysgit/git/pull/70)<
https://github.com/msysgit/git/pull/70>
> .
Thank you very much!
BTW the way we set up things in the msysGit project is that the pull
requests are forwarded to the mailing list. That's because I lack the time
to do a proper job at maintaining the project alone, but I am blessed with
terrific co-maintainers.
However, there is a slight problem with your pull request: buildhive
(which builds Git from our sources, and also from all sources contributed
as pull requests) claims that there is a compile error. Keep in mind:
buildhive does not use Windows to compile the sources, but Linux.
Nevertheless, we should make sure that our sources build fine on Linux,
too (as a matter of fact, I never run upstream Git on my Linux servers but
Git for Windows built on Linux).
Could you have a look and see whether you can find out why the compilation
fails and fix it?
Thank you,
Johannes