haxpanel
haxpanel

Reputation: 4678

Symfony2 run bin/vendors git error

I downloaded the latest symfony2 (2.0.10) and tried to run bin/vendors install but it prints the following:

Installing/Updating symfony Cloning into /Users/i/sf2_proj/vendor/symfony... error: Failed connect to github.com:80; Operation timed out while accessing http://github.com/symfony/symfony.git/info/refs fatal: HTTP request failed

Upvotes: 1

Views: 965

Answers (2)

huzi
huzi

Reputation: 131

Changing http:// to https:// also works

Upvotes: 3

ftassi
ftassi

Reputation: 335

try using git:// instead of http:// in your deps file

Upvotes: 5

Related Questions