Closed (fixed)
Project:
CKEditor Styles (for WYSIWYG)
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2012 at 15:24 UTC
Updated:
31 Mar 2012 at 13:30 UTC
I cant'upload it
?warning: remote HEAD refers to nonexistent ref, unable to checkout. ??
thank's
Comments
Comment #1
amaria commentedThere'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
Comment #2
phildu commentedthe 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.
Comment #3
amaria commentedOops, sorry. This is what I used...
git clone --branch 7.x-1.x http://git.drupal.org/sandbox/derhasi/1456404.git ckeditor_styles
Comment #4
phildu commentedit's ok now thank's
Comment #5
derhasi commentedamaria, 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.