-
Notifications
You must be signed in to change notification settings - Fork 55
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
luarocks install dpnn: git Connection refused #97
Comments
use proxy or open server , which allow you to access and down load the data from the portal |
You have to change
to
in git.lua it works for me |
if that does not work u can Force git to use https:// instead of git:// by typing the two following commands (without any change) : git config --global url."https://github.com/".insteadOf [email protected]: |
I thought I will just leave it here in case someone has a git that misbehaves like mine. I changed the global settings but still luarocks kept trying to use git:// so these are the steps I used to manually install the rock.
This will help you skip the cloning step and you will be able to manually install the rock! |
I get the following error:
This is because
https://raw.githubusercontent.com/torch/rocks/master/dpnn-scm-1.rockspec
specifiesinstead of
I know the
git://
url usually works, but, alas, some networks disallow it.Could you please use
https://
instead ofgit://
?Thanks!
The text was updated successfully, but these errors were encountered: