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

Change installation command to fit with new github protocol #83

Open
tommy307507 opened this issue Mar 26, 2022 · 1 comment
Open

Change installation command to fit with new github protocol #83

tommy307507 opened this issue Mar 26, 2022 · 1 comment

Comments

@tommy307507
Copy link

According to the new github security update, the old git:// channel is permantly disabled on March 15.
https://github.blog/2021-09-01-improving-git-protocol-security-github/

The new command should be using the https:// encrypted protocol. i.e. changing from git:// to https:// will fix it. Else it will throw and error and point to the website above.
pip install git+https://github.com/Thann/play-with-mpv.git --user

The error that it'll throw using old command:
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.

@SonaliBendre
Copy link

pip3 install git+https://github.com/Thann/play-with-mpv.git --user

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