From: Jamie M. <ja...@mc...> - 2011-02-07 14:58:27
|
On Feb 7, 2011, at 9:50 AM, Marc G. Fournier wrote: > I get: > > dev# git clone > git://slashcode.git.sourceforge.net/gitroot/slashcode/slashcode > Cloning into slashcode... > remote: Counting objects: 93881, done. > remote: Compressing objects: 100% (21517/21517), done. > remote: Total 93881 (delta 69417), reused 93881 (delta 69417) > Receiving objects: 100% (93881/93881), 14.93 MiB | 1.41 MiB/s, done. > Resolving deltas: 100% (69417/69417), done. > warning: remote HEAD refers to nonexistent ref, unable to checkout. > > > When I try to clone that ... please advise ... That's because the repo on sf.net doesn't have a 'master' branch, that being the default branch name, so git doesn't know which version of the repo you want to look at. (Silly git. There's only one branch/tag available.) So after you clone it, do a git checkout live to switch to the live branch. Also, I just checked: the sf.net repo does have a great deal of code more than the one Shane mentioned. I can't tell you how many development weeks "a great deal" represents, but it's over 40K lines of diff :) -- Jamie McCarthy jam...@gm... ja...@mc... 269-267-2008 |