torch / tds

Torch C data structures
Other
80 stars 25 forks source link

Error while installing 'tds' #33

Open vinaymundada27 opened 6 years ago

vinaymundada27 commented 6 years ago

How to install the tds package? I have already tried using luarocks install tds, but getting the following error.

> luarocks install tds
> Installing https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec...
> Using https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec...                           switching to 'build' mode
> Cloning into 'tds'...
> https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec
> Error: Failed cloning git repository.

When checked here https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec,

source = {
   url = "git://github.com/torch/tds.git"
}

should it be :

source = {
   url = "https://github.com/torch/tds.git"
}

?

pcarribean commented 5 years ago

git config --global url.https://github.com/.insteadOf git://github.com/