-
Notifications
You must be signed in to change notification settings - Fork 23
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
[AUR] Unauthenticated git protocol not allowed #37
Comments
I have also see the same error this morning when I ran yay to update the package. The error seems to e related to the way Github handles authentication keys: https://github.blog/2021-09-01-improving-git-protocol-security-github/ We’re changing which keys are supported in SSH and removing unencrypted Git protocol. Specifically we are:
Output from running Yay to update from the AUR:
|
@gigaSproule Thanks for the fix |
When installing with the AUR package, I get an error about the git protocol no longer being supported by GitHub for unauthenticated access, directing me to https://github.blog/2021-09-01-improving-git-protocol-security-github/. By changing the
source
togit+https://github.com/AlexPoilrouge/NordVPN-connect.git
, it fixed it and installed perfectly fine.Please forgive me if this is the wrong place to be reporting this, but I couldn't see a more appropriate place.
The text was updated successfully, but these errors were encountered: