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

Installation Error: Unauthenticated git protocol on port 9418 #27

Closed
antojose opened this issue Nov 2, 2021 · 2 comments
Closed

Installation Error: Unauthenticated git protocol on port 9418 #27

antojose opened this issue Nov 2, 2021 · 2 comments

Comments

@antojose
Copy link

antojose commented Nov 2, 2021

Seeing the following error when running sudo luarocks install --server=https://luarocks.org/dev gifine
on Ubuntu 20.04 amd64 Desktop, when following the installation steps as mentioned in README.

~$ sudo luarocks install --server=https://luarocks.org/dev gifine
Installing https://luarocks.org/dev/gifine-dev-1.rockspec
Cloning into 'gifine'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

Error: Failed cloning git repository.
@antojose
Copy link
Author

antojose commented Nov 2, 2021

Checking that article mentioned in the error, it seems to be because GitHub is stopping the git:// protocol in cloning URLs, and wants them to be replaced with HTTPS.

Probably we should update the Source URL in the following file, and change that to https:// instead of git://?
https://luarocks.org/dev/gifine-dev-1.rockspec

@leafo leafo closed this as completed in 8a3db9d Nov 2, 2021
leafo added a commit that referenced this issue Nov 2, 2021
@leafo
Copy link
Owner

leafo commented Nov 2, 2021

give it another shot. I've also updated the rockspec on luarocks.org

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