You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: