---------- Forwarded message --------- Von: Björn Kautler <Bjoern@xxxxxxxxxxx> Date: Mo., 31. Mai 2021 um 22:24 Uhr Subject: Re: Bug when cloning a repository with a default branch called HEAD To: asymptosis <asymptosis@xxxxxxxxxx> It happens the same no matter whether on Windows or Linux. I now also have a reproduction recipe on how to get into that state. - Create the `whelk` repository with standard settings, nothing for default branch or anything is necessary - Execute this: git clone https://github.com/seveas/whelk.git whelk-src && git -C whelk-src remote add gitlab git@xxxxxxxxxx:<your namespace>/whelk.git && git -C whelk-src push gitlab refs/remotes/origin/*:refs/heads/* && git clone git@xxxxxxxxxx:git-spindle-test-vampire-1/whelk.git && git -C whelk fetch Cheers Björn