Re: Git 2.3.7 hangs on fetch but not clone

2015-12-07 Thread Jeff King
On Sun, Dec 06, 2015 at 05:12:12PM -0500, Randall S. Becker wrote: > I have some strange behaviour I am trying to diagnose on the NonStop port of > git 2.3.7. The situation is we have a *LARGE* cloned repository with some > local modifications of openssl, which we are trying to clone again for a

Git 2.3.7 hangs on fetch but not clone

2015-12-06 Thread Randall S. Becker
I have some strange behaviour I am trying to diagnose on the NonStop port of git 2.3.7. The situation is we have a *LARGE* cloned repository with some local modifications of openssl, which we are trying to clone again for a Jenkins build. The command: git clone /local/openssl openssl works