On Sat, 2 Mar 2013 18:32:17 +0800
Tay Ray Chuan [off-list ref] wrote:
It seems that the remote is running the 'dumb' http protocol, you
might want to try setting the GIT_CURL_VERBOSE environment variable
for more verbosity.
Have you tried running git-update-server-info on the remote side?
Perhaps a push/fetch led to packs being created so the f981a2b object
isn't available as a loose object but in a pack but the remote still
indicates otherwise.
Hi.
Yes, git-update-server-info has been used on the remote but to no avail.
I'll try GIT_CURL_VERBOSE. Thanks!
M