jisaacstone / sfzlint

parser and linter for sfz files written in python using Lark
MIT License
17 stars 4 forks source link

Install using GitHub secure url #8

Closed kmturley closed 2 years ago

kmturley commented 2 years ago

When running: pip install git+git://github.com/jisaacstone/sfzlint.git

You get the error:

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.

March 15, 2022 changes were made to GitHub urls Users connecting via SSH or git:// are affected. Updating to https resolves the issue https://github.blog/2021-09-01-improving-git-protocol-security-github/