Hi Everyone,

In one of the environments where I work, we experience a very strange
and so far unresolved problem: "git clone" operation gets stuck almost
always near 42% - 45%. For many days we have been unable to pinpoint
the root cause of the issue. Now we would like to see if the "clone"
gets stuck always on the same file.

The question is: is it possible to somehow enable Git verbosity
resulting in showing the names of files being cloned at the given
moment?

So far we have been trying "git clone --verbose" + the following
environmental variables:
GIT_TRACE=2 GIT_CURL_VERBOSE=2 GIT_TRACE_PERFORMANCE=2
GIT_TRACE_PACK_ACCESS=2 GIT_TRACE_PACKET=2 GIT_TRACE_PACKFILE=2
GIT_TRACE_SETUP=2 GIT_TRACE_SHALLOW=2

Unfortunately we don't see the files being cloned/downloaded. Is there
any way to see this information?

Thank you in advance for any hints, I really appreciate your help.

P.S.
The version of Git client on our hosts is 1.8.3.1, however we tried
other versions as well and the problem still occurs.

Best regards,

--
marcinshk
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to