On Sat, Apr 23, 2016 at 01:01:06AM -0400, Gennaro Torre wrote:
@Jeff King nope nothing interesting, it just hangs:
[gtorre@host1 A:DEVEL tumblr.old]$ git fetch -vv
Looking up <cache> ... done.
Connecting to <cache> (port 9418) ... <ip> done.
Server supports multi_ack_detailed
Server supports side-band-64k
Server supports ofs-delta
Server version is git/2.8.0
Hmm. If you run with GIT_TRACE_PACKET=1, that may give an indication of
why it is hanging. Or perhaps tracing via gdb to see where we are when
it hangs.
-Peff