Closed (won't fix)
Project:
Drush Make
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2011 at 14:46 UTC
Updated:
16 Dec 2011 at 22:26 UTC
I am trying to create my first .make file to pull in features from github, but I keep getting an error:
Unable to clone content_types from [error]
git://github.com/pinxi/content_types.git.
Here is the line from my .make file:
projects[content_types][subdir] = "features"
projects[content_types][type] = "module"
projects[content_types][download][type] = "git"
projects[content_types][download][url] = "git://github.com/pinxi/content_types.git"
I have tried other public git repositories with the same result.
Comments
Comment #1
steven jones commentedHave you tried running the drush make command with the
--verboseoption to enable verbose logging to see if you could get more details about what drush make is doing (and where it is failing)?Comment #2
steven jones commentedHave you got git installed? Can you clone from that git repo manually?
Comment #4
helmo commented[ Powered by #1115636: Issue Macros and Templates - Drush Make]
Drush make is being merged into drush core (discussed in issue:#1310130: Put drush make in drush core)
This means that the issue queue is also moving. The Drush project has a component called 'Make' for this purpose.
We would like to take this opportunity to leave behind old/obsolete issues, allowing us to focus on a stable make command in core. E.g. one of the major tasks ahead is making more use of the Drush core code for handling downloads and decompression.
If you feel that this issue is still relevant, feel free to re-open and move it to the Drush queue.
More information will be posted on the drush_make and drush project pages.