apache / incubator-pagespeed-cpanel

mod_pagespeed module for CPanel WHM
Other
144 stars 50 forks source link

connection time out #1

Closed teacii closed 11 years ago

teacii commented 11 years ago

When I try to clone it, it times out with the following msg: Initialized empty Git repository in /var/cpanel/easy/apache/custom_opt_mods/mod_pagespeed/.git/ github.com[0: 204.232.175.90]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out)

Any tips?

igrigorik commented 11 years ago

Blocked by a firewall, or similar? Try using the HTTP url to clone the repository.

teacii commented 11 years ago

That worked great. So just to clarify for newbies like me: Instead of git clone git://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/mod_pagespeed we use git clone http://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/mod_pagespeed

Thanks a lot.