Closed (fixed)
Project:
PhpStorm templates
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2012 at 10:48 UTC
Updated:
15 Nov 2012 at 13:49 UTC
Hi, I'm interested in taking a look at what you've done so far. I tried checking out the repository but git is throwing an error: warning: remote HEAD refers to nonexistent ref, unable to checkout. I was able to pull the 7.x-1.x branch but if you deleted the master branch you may want to recreate it (and leave it empty) which I think will fix the error.
Comments
Comment #1
boobaaUsage instructions have been posted to project page, including proper, tested and working ways to checkout.
Comment #2
sweetchuckIn the project settings the default branch was not set.
Comment #3
tancSorry, I still get errors cloning with your instructions:
Cloning into 'phpstorm_templates'...
fatal: http://git.drupal.org/sandbox/Sweetchuck/1729490.git/info/refs not found: did you run git update-server-info on the server?
I think you want to change:
$ git clone --recursive --branch 7.x-1.x http://git.drupal.org/sandbox/Sweetchuck/1729490.git phpstorm_templatesto
$ git clone --recursive --branch 7.x-1.x http://git.drupal.org/project/phpstorm-templates.git phpstorm_templatesComment #4
sweetchuckThank you.