Re: [BUG] Cloning with git HEAD fails for some repositories
From: Heinrich Schuchardt <hidden>
Date: 2019-03-22 17:43:03
On 3/22/19 5:50 PM, Eric Wong wrote:
Jeff King [off-list ref] wrote:quoted
On Fri, Mar 22, 2019 at 09:21:14AM +0100, Wolfgang Denk wrote:quoted
Dear Jeff, In message [ref] you wrote:quoted
However, so does the parent of 17966c0a63d. So I don't know if the u-boot-efi repo is just broken, or if there's some other different bug at play.git fsck reports a number of dangling tags, but no other issues:Weird. I had set http.maxrequests to "1" to give more readable output from GIT_CURL_VERBOSE, etc. It fails with that setting, but not with the default of 5. Which certainly seems like a bug, but one that has been there for a while (at least since v2.9.x, which I tested).I couldn't reproduce an error after porting your patch to master (commit 041f5ea1cf987a40 "The third batch"): https://80x24.org/spew/20190322163449.25362-1-e@80x24.org/raw So you might've hit an ephemeral error (bad connection, HTTP server restarting, etc). GIT_CURL_VERBOSE=1 git \ -c http.maxRequests=1 -c http.followRedirects=true clone \ http://git.denx.de/u-boot-efi.git
I applied the patch to https://github.com/git/git origin/HEAD. But unfortunately it does not solve the issue: $ git --version git version 2.21.0.197.g3845f293e6 $ git clone http://git.denx.de/u-boot-efi.git Cloning into 'u-boot-efi'... warning: alternate disabled by http.followRedirects: http://git.denx.de/u-boot.git/ error: Unable to find a00d15757d7a513e410f15f2f910cb52333361a3 under http://git.denx.de/u-boot-efi.git Cannot obtain needed object a00d15757d7a513e410f15f2f910cb52333361a3 error: fetch failed. In Wireshark I see a lot of '404 Not found' codes. Best regards Heinrich