We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to install the tds package? I have already tried using luarocks install tds, but getting the following error.
luarocks install tds
> 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" }
?
The text was updated successfully, but these errors were encountered:
git config --global url.https://github.com/.insteadOf git://github.com/
Sorry, something went wrong.
No branches or pull requests
How to install the tds package?
I have already tried using
luarocks install tds
, but getting the following error.When checked here https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec,
should it be :
?
The text was updated successfully, but these errors were encountered: