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

steven jones’s picture

Issue tags: -git, -drush drush_make

Have you tried running the drush make command with the --verbose option to enable verbose logging to see if you could get more details about what drush make is doing (and where it is failing)?

steven jones’s picture

Status: Active » Postponed (maintainer needs more info)

Have you got git installed? Can you clone from that git repo manually?

helmo’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

[ 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.