Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing 'tds' #33

Open
vinaymundada27 opened this issue Nov 3, 2017 · 1 comment
Open

Error while installing 'tds' #33

vinaymundada27 opened this issue Nov 3, 2017 · 1 comment

Comments

@vinaymundada27
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants