I have tried this on several machines (Mac and Windows), and always receive the same result:
[codebox]$ git clone git://github.com/elan/plex.git
Initialize plex/.git
Initialized empty Git repository in C:/development/git/plex/.git/
remote: Counting objects: 122132, done.←[K
remote: Compressing objects: 100% (25736/25736), done.←[K
remote: Total 122132 (delta 94998), reused 121007 (delta 93873)←[K
Receiving objects: 100% (122132/122132), 326.46 MiB | 259 KiB/s, done.
Resolving deltas: 100% (94998/94998), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.[/codebox]
Any thoughts?
Thanks,
P
Just continue with the instructions…
Create a branch, checkout the new branch, then compile.
This probably occurs because we’re rebels and don’t have a master branch; all development is done on version branches (e.g. 0.5, 0.6, …). v0.5 is the one you want.