kernelsauce / turbo

Turbo is a framework built for LuaJIT 2 to simplify the task of building fast and scalable network applications. It uses a event-driven, non-blocking, no thread design to deliver excellent performance and minimal footprint to high-load applications while also providing excellent support for embedded uses.
http://turbo.readthedocs.io/
Apache License 2.0
525 stars 84 forks source link

Unable to install using luarocks install turbo #340

Open reddevilM opened 5 years ago

reddevilM commented 5 years ago

Hi

I am trying to install turbo using luarocks install turbo command. However I am not able to do the same.

luarocks install turbo

Warning: falling back to curl - install luasec to get native HTTPS support Installing https://luarocks.org/turbo-2.1-2.rockspec... Using https://luarocks.org/turbo-2.1-2.rockspec... switching to 'build' mode Cloning into 'turbo'... fatal: unable to connect to github.com: github.com[0: 192.30.253.113]: errno=Connection refused github.com[1: 192.30.253.112]: errno=Connection refused

Error: Failed cloning git repository.

Thanks and Regards Darshan

reddevilM commented 5 years ago

The spec file is using url url = "git://github.com/kernelsauce/turbo". I believe the same may not be supported by github any more.

kernelsauce commented 5 years ago

Ah. I will fix this.