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

Rockspec: use HTTPS instead of the Git protocol #42

Closed
wants to merge 1 commit into from
Closed

Rockspec: use HTTPS instead of the Git protocol #42

wants to merge 1 commit into from

Conversation

mhinz
Copy link

@mhinz mhinz commented Nov 30, 2015

The Git protocol (port 9418) is blocked by many firewalls. Use the HTTPS
protocol (port 443) instead.


Problem arised here: neovim/neovim#3769

The Git protocol (port 9418) is blocked by many firewalls. Use the HTTPS
protocol (port 443) instead.
@mpeterv
Copy link
Owner

mpeterv commented Nov 30, 2015

Thanks! Though I think that it should be git+https://, not https://, or else luarocks would interpret the url as an address of an archive to download. I'll update the rockspec and comment here, but you'll have to change the neovim build config for luacheck to get the rockspec from the master branch.

@mhinz
Copy link
Author

mhinz commented Nov 30, 2015

I think that it should be git+https://, not https://

Oops, you're right.

change the neovim build config for luacheck to get the rockspec from the master branch

Will do.

mpeterv added a commit that referenced this pull request Dec 1, 2015
Allows installing using the rockspec when git protocol is blocked.
See #42.
@mpeterv
Copy link
Owner

mpeterv commented Dec 1, 2015

Done.

@mhinz mhinz closed this Dec 1, 2015
ligurio pushed a commit to tarantool/luacheck that referenced this pull request Nov 29, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants