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)
Now trying to download from source
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community