Git clone errors

EDIT: IGNORE… all i had to do was to git branch --track statement… and all worked like a charm…











I tried to redo the git clone all over again, however i get this error



warning: remote HEAD refers to nonexistent ref, unable to checkout.



all i get is a new plex directory and a .git directory with various git stuff…any pointers… Tried googling… didnt get anything worth while…



all i am doing is the git clone git://github.com/elan/plex.git

I believe this is because Elan’s Plex git doesn’t have a master branch. You should be able to do a git checkout and go from there without any issues. (i.e basically ignore the error message)



Hi I'm having the same problem, and I'm new to git, can you tel me what git command you wrote to get it working ?


...same here. I will be great if someone can give us hint or fix GIT repo...

TNX a lot!

As pundy noted above, there is no master branch; instead, there are v0.5 and v0.7 branches.



If you do:



$ git checkout v0.5



you'll get a working tree. The same holds for v0.7.

Sorry for the confusion.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.