zeromq / erlzmq2

Erlang binding for 0MQ (v2)
http://zeromq.org/
MIT License
165 stars 63 forks source link

Can NOT clone .. #26

Closed VahidR closed 12 years ago

VahidR commented 12 years ago

Hey guys ..

I just wanted to clone erlzmq2, but it gives me 404 page !!

git clone git://github.com/zeromq/erlzmq2.git
Cloning into erlzmq2...
github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Would you please check this out ??

yrashk commented 12 years ago

Works fine here. Could be a firewall issue.

Try

git clone https://github.com/zeromq/erlzmq2.git

On Wed, Nov 23, 2011 at 8:16 AM, Vahid Rafiei reply@reply.github.com wrote:

Hey guys ..

I just wanted to clone erlzmq2, but it gives me 404 page !!

git clone git://github.com/zeromq/erlzmq2.git
Cloning into erlzmq2...
github.com[0: 207.97.227.239]: errno=Connection timed out
fatal: unable to connect a socket (Connection timed out)

Would you please check this out ??


Reply to this email directly or view it on GitHub: https://github.com/zeromq/erlzmq2/issues/26

VahidR commented 12 years ago

Yeah ... you were right .

Thanks for the fast reply :)