I cant'upload it
?warning: remote HEAD refers to nonexistent ref, unable to checkout. ??

thank's

Comments

amaria’s picture

There's an extra underscore at the end of the command. It Should be...
git clone http://git.drupal.org/sandbox/derhasi/1456404.git ckeditor_styles__for_wysiwyg

phildu’s picture

the download is ok but ...

Cloning into ckeditor_styles__for_wysiwyg...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 15 (delta 3), reused 0 (delta 0)
Unpacking objects: 100% (15/15), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

amaria’s picture

Oops, sorry. This is what I used...
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/derhasi/1456404.git ckeditor_styles

phildu’s picture

it's ok now thank's

derhasi’s picture

Status: Active » Fixed

amaria, thanks for clarifying

phildu, you could always look on the "Version control"-Tab of the project. Most times there is no "master" branch, as there allready is a drupal core specific branch, and so HEAD is not specified correctly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.