Folks, is it just me or is something wrong with tomcat-native.git on GitBox?
PS C:\Users\osipovmi> git --version git version 2.25.0.windows.1 PS C:\Users\osipovmi> git clone https://gitbox.apache.org/repos/asf/tomcat-native.git Cloning into 'tomcat-native'... remote: Counting objects: 65115, done. remote: Compressing objects: 100% (13385/13385), done. remote: Total 65115 (delta 45424), reused 64843 (delta 45265) Receiving objects: 100% (65115/65115), 12.90 MiB | 52.00 KiB/s, done. Resolving deltas: 100% (45424/45424), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
> $ git --version > git version 2.25.0
$ LC_ALL=C.UTF-8 git clone https://gitbox.apache.org/repos/asf/tomcat-native.git Cloning into 'tomcat-native'... remote: Counting objects: 65115, done. remote: Compressing objects: 100% (13385/13385), done. remote: Total 65115 (delta 45425), reused 64843 (delta 45265) Receiving objects: 100% (65115/65115), 12.90 MiB | 209.00 KiB/s, done. Resolving deltas: 100% (45425/45425), done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
If this is persistent and can be reproduced elsewhere I'd open an INFRA ticket.
Michael --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org