Support the ongoing development of Laravel.io →
posted 11 years ago
Packages

up vote 0 down vote favorite

it took me 2 days . I want to use mailchimp newsletter in laravel 4.1 .I added "hugofirth/mailchimp": "2.0.*", to my composer require command as enter link description here says.

and run "composer update" in cmd . but got this error :

C:\xampp\htdocs\newcms\laravel>composer update --no-scripts Loading composer repositories with package information Updating dependencies (including require-dev)

  • Installing mailchimp/mailchimp (2.0.4) Downloading: 100% Downloading: 100% Downloading: 100% Failed to download mailchimp/mailchimp from dist: The "https://bitbucket.org/mai lchimp/mailchimp-api-php/get/190cf58000ee4ed47900c78d5d4ef58c4cae0b49.zip" file could not be downloaded: failed to open stream: A connection attempt failed beca use the connected party did not properly respond after a period of time, or esta blished connection failed because connected host has failed to respond.

Now trying to download from source

  • Installing mailchimp/mailchimp (2.0.4) Cloning 190cf58000ee4ed47900c78d5d4ef58c4cae0b49 [RuntimeException] Failed to execute git clone --no-checkout "https://bitbucket.org/mailchimp/ mailchimp-api-php.git" "C:\xampp\htdocs\newcms\laravel\vendor\mailchimp/mai lchimp" && cd /D "C:\xampp\htdocs\newcms\laravel\vendor\mailchimp/mailchimp " && git remote add composer "https://bitbucket.org/mailchimp/mailchimp-api -php.git" && git fetch composer

Cloning into 'C:\xampp\htdocs\newcms\laravel\vendor\mailchimp/mailchimp'... fatal: unable to access 'https://bitbucket.org/mailchimp/mailchimp-api-php. git/': Failed connect to bitbucket.org:443; No error update [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--lock] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--with- dependencies] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [packages1] ... [ packagesN]

I tried --no-scripts but didnt work and I really dont know why it failed to download because when I go to the address the download immediatly starts . but it's manually and not by composer . why composer cant???

can anyone help ? thanks for your time.

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

prgmsaha prgmsaha Joined 20 May 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.