Hi all, Recently I got an issue on git fetch via https, seems starting from 12/23 or around, blocking my bisect script for a while.
haochenj@shliclel4208:/export/users3/haochenj/src/gcc-bisect/master/master/gcc$ git fetch --all Fetching origin fatal: repository 'https://gcc.gnu.org/git/gcc/'<https://gcc.gnu.org/git/gcc/%27> not found error: could not fetch origin Fetching users/me fatal: repository 'https://gcc.gnu.org/git/gcc/'<https://gcc.gnu.org/git/gcc/%27> not found error: could not fetch users/me Then I tried to remove the whole folder and start from git clone via https, it nearly got no response and halted at the end: haochenj@shliclel4208:/export/users3/haochenj/src/gcc-bisect/master/master$ git clone https://gcc.gnu.org/git/gcc.git gcc Cloning into 'gcc'... error: CONNECT tunnel failed, response 502 (curl_result = 56, http_code = 0, sha1 = 5dd46754eeb895f9d80485fe26d31b0b9e7c0d3c) error: Unable to find bfd204370858971fc9e0b26563d905dfa3ebf826 under https://gcc.gnu.org/git/gcc.git Fetching objects: 885715, done. Cannot obtain needed tree bfd204370858971fc9e0b26563d905dfa3ebf826 while processing commit 636795a6dfc17ead7b22b9f76b0fc47bdb9d357d. error: fetch failed. I have also tried on other machines still similar. Is there anything strict applied to git clone via https leading to this issue? Since I saw this in yearly newsletter under sourceware: "Include recent change to git over https" If not, I have to diagnose my network on those machines even further :( Thx, Haochen
