Hi,
What must I do to check out the source code from that repo. I get an "nonexistent ref" warning, and then I can not checkout anything. Any hint? I have checked twice. Do you see that warning too?
You can see below the steps I have followed:
$ git clone git://android.git.linaro.org/kernel/panda.git
Cloning into panda... remote: Counting objects: 2586860, done. remote: Compressing objects: 100% (409613/409613), done. Receiving objects: 100% (2586860/2586860), 584.80 MiB | 646 KiB/s, done. remote: Total 2586860 (delta 2172988), reused 2566256 (delta 2152384) Resolving deltas: 100% (2172988/2172988), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.
$ cd panda
panda$ ls -la drwxr-xr-x 3 davi davi 17 Oct 16 12:44 . drwxr-xr-x 3 davi davi 18 Oct 16 12:44 .. drwxr-xr-x 7 davi davi 129 Oct 16 13:02 .git
panda$ git branch panda$
-- Regards
linaro-android@lists.linaro.org