From: Matt D'Entremont
Sent: Friday, February 08, 2013 3:28 PM
Hello,
I have been having loads of trouble with msysGit on x64 Windows 7. It
used to work, however after a while it started get stuck while cloning
or fetching (based on what I saw with tracing enabled, git-upload-pack
is the underlying issue).
I have attached a screenshot of a typically failure. Most of the time,
it won't go anywhere further than "Cloning into:." (even when left
overnight), however sometimes it will make it through xx% of "Receiving"
before it stalls.
I'm running "Git-1.8.1.2-preview20130201.exe", which I recently upgraded
to because I was seeing the issue on "Git-1.8.0-preview20121022.exe".
I do not see the issue when using Cygwin, and others have being seeing
the same thing. After talking with the Gerrit server admins, they do not
see any signs of failure on their end.
Any help would be very much appreciated!
---
This is my list of web pages on the issue that may be of help. Issue 457
has a good discussion. It looks to me as if this is a case of 'premature
optimisation' in Linux land (or the the opposite by microsoft) in the
way that the side band channels are set-up and info is exchanged. But I
haven't go any further than reading through the various reports,
thinking, and surmising (no practical work ;-).
If you are able to find a method to unwind the situation that causes the
deadlock it would be great for every one.
regards
Philip
Google :: "msysgit hangs when ssh fetch"
========================================
http://billauer.co.il/blog/2012/10/git-pull-windows-freeze-receive-pack/
Change "side-band-64k" to "side-bond-64k" so it never gets used.
http://devnet.jetbrains.net/message/5473415?tstart=0
remnants of several previous installations of Git. Sort the path
entries..
http://code.google.com/p/msysgit/issues/detail?id=74
Issue 74: git remote update/git fetch fails via ssh
http://code.google.com/p/msysgit/issues/detail?id=161
Issue 161: git-gui hangs on ssh for users with home directory mapped to
server share
http://code.google.com/p/msysgit/issues/detail?id=243
https://groups.google.com/forum/?fromgroups=#!topic/msysgit/mFnzYM3IA_4
Re: Issue 243 in msysgit: ssh hangs a minute than goes to next line
without performing action
http://code.google.com/p/msysgit/issues/detail?id=361
Issue 361: Clone/fetch/pull from github using git protocol hangs, http
works
http://code.google.com/p/msysgit/issues/detail?id=457
*** a good discussion.
Issue 457: Push over git protocol hangs in msysGit
The problematic commit is 0c499ea60f, which introduced the sideband
support in send_pack.
---
Thanks,
Matt