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 git #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 13, 2022

  1. chore(rockspec) use https instead of git

    Using git:// for direct linking is not supported by github any more, so the
    rock is uninstallable on its current state.
    
    The simplest solution is changing the protocol from git:// to https://
    
    A workaround exists - you can force git to always use https:// by using
    these settings:
    
    git config --global url."https://github.com/".insteadOf [email protected]:
    git config --global url."https://".insteadOf git://
    
    But ideally the rocks should be installable without such global config
    changes.
    kikito committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    88be5f1 View commit details
    Browse the repository at this point in the history