I wonder if the default branch, “trunk,” no longer exists and that’s what it’s trying to clone down onto. When I run the following it works:
git clone --single-branch --branch master https://gitbox.apache.org/repos/asf/commons-bcel.git <https://gitbox.apache.org/repos/asf/commons-bcel.git> -Rob > On May 6, 2019, at 2:05 PM, Rob Tompkins <chtom...@gmail.com> wrote: > > looking now. -Rob > >> On May 6, 2019, at 1:23 PM, Gary Gregory <garydgreg...@gmail.com> wrote: >> >> Hi All: >> >> When I try a clean checkout of BCEL I get: >> >> C:\git>git clone https://gitbox.apache.org/repos/asf/commons-bcel.git >> Cloning into 'commons-bcel'... >> remote: Counting objects: 21585, done. >> remote: Compressing objects: 100% (2646/2646), done. >> Receiving objects: 100% (21585/21585), 3.83 MiB | 4.36 MiB/s, done.ing >> objects: 100% (21585/21585), 1.25 MiB | 2.46 MiB/s >> >> Resolving deltas: 100% (14986/14986), done. >> warning: remote HEAD refers to nonexistent ref, unable to checkout. >> >> Ideas? >> >> Gary >