thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

Installation Fails via Luarocks #96

Closed ankona closed 7 years ago

ankona commented 7 years ago

Hi,

I'm experiencing the following installation failure when installing via luarocks:

image

I'm able to clone the repo normally, but using the git:// uri in the rockspec, I get exactly the same result as the luarocks installation:

image

It's possible I'm missing something on my end since I'm just learning lua. Do you have any suggestions?

I originally encountered the error while trying to make the latest kong source and it fails on the lua-cassandra installation as well. I was able to temporarily work around it by changing the kong rockspec to point to lua-cassandra 1.2.1 (which I already have installed).

ankona commented 7 years ago

Solved using:

git config --global url."https://".insteadOf git://