Closed (fixed)
Project:
Campaign Monitor
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
11 Jan 2012 at 01:16 UTC
Updated:
4 Jan 2013 at 20:35 UTC
Jump to comment: Most recent file
I get this error while downloading campaignmonitor module via a drush make file.
Unable to clone campaignmonitor from http://github.com/campaignmonitor/createsend-php.git.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | campaignmonitor-new_drush_command-1400360-3.patch | 7.77 KB | L-four |
| #1 | campaignmonitor-drush_make_bug-1400360-0.patch | 1023 bytes | L-four |
Comments
Comment #1
L-four commentedHere is a patch I made against 7.x-1.x
Comment #2
cableman0408 commentedI have applied the patch, but using the http protocol. This is because the git:// protocol uses a port that's not always open in firewalls.
Comment #3
L-four commentedThis is still caused me erorrs,
Do we really a .make file?
Maybe we should use a .drush.inc file like colorbox
Comment #4
L-four commentedI have renamed the .make file to .make.example and added drush/campaignmonitor.drush.inc
This creates the command
drush dlcreatesendwhich downloads createsend-php from github.Comment #5
cableman0408 commentedI have looked into the issue and it seams that Campaign Monitor have commit there library to git with CRLF (window line-endings) and if you have "autocrlf = input" in your git configuration... git will not allow the checkout to the version in the make file.
You can see this by running:
I'll try to get Campaign Monitor to fix this issue, but I do like the drush solution for people that dose not use make files.
Comment #6
cableman0408 commentedA new make file have been created since this issue, so I'm closing it.