GitHub no longer supports unauthenticated installation protocol #2764
Labels
good first issue
Good for newcomers
T: documentation
Improvements to the docs (e.g. new topic, correction, etc)
The command for installing via pip no longer works due to changes in security protocols.
Changing the URL to an HTTPS address fixed this issue for me, i.e.
pip install git+git://github.com/psf/black
->pip install git+https://github.com/psf/blackThe text was updated successfully, but these errors were encountered: