Community

Building MartPlug using drush make failed

MartPlug is a Drupal distribution tailored to make highly flexible online stores using Drupal and Drupal Commerce.

follow their instruction on http://drupal.org/project/martplug, i created a make file

core = 7.x
api = 2

projects[drupal][type] = core
projects[drupal][version] = "7.12"

projects[martplug][type] = profile
projects[martplug][download][type] = git
projects[martplug][download][url] = http://git.drupal.org/project/martplug.git
projects[martplug][download][branch] = 7.x-1.x

then run the command:
drush make martplug-build.make martplug

here is the result:

E:\www>drush make martplug-build.make martplug
Source directory                                                         [error]

C:\DOCUME~1\ming\LOCALS~1\Temp/drush_tmp_1353046554_50a5da1acd918/x
drupal-7.17 is not readable or does not exist.
Project drupal (7.17) could not be downloaded to C:\Documents and        [error]

Settings\ming\Local
Settings\Temp\make_tmp_1353046552_50a5da18694a4/__build__.
Unable to clone martplug from                                            [error]

http://git.drupal.org/project/martplug.git..

how to fix errors? thanks!

nobody click here