Closed (fixed)
Project:
Git on Drupal.org
Component:
Git
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2011 at 07:46 UTC
Updated:
8 Jun 2012 at 04:41 UTC
Several sandboxes I've tried to clone lately say:
warning: remote HEAD refers to nonexistent ref, unable to checkout.
and leave me with an empty folder.
Comments
Comment #1
eliza411 commentedThe owner of that particular branch has deleted the default 'master' so that the directions on the main page don't work:
git clone http://git.drupal.org/sandbox/gapple/1180620.git twitterfieldThe directions on the newly-renamed Version control tab should work because they specify a branch name:
git clone --branch 6.x-1.x http://git.drupal.org/sandbox/gapple/1180620.git twitterfieldI'll look into options for updating the main clone directions, but the real solution is #1074960: Let maintainers set a default branch on git repositories
Comment #2
das-peter commentedThanks for letting me know.
I've just pushed an empty master branch. I guess it should work now.