Fixed "unauthenticated git protocol" error - #139
Conversation
|
FYI, luarocks 3.8.0 support it without change (see luarocks/luarocks@9ff512e ) |
|
Good to know. This luarocks package is from Alpine 3.15 and the version is 2.4.4. |
|
@hector-vido sure, fixing this is good for the futur but I'm just annoyed by an arbitrary change that breaks everything, especially when the blog asks everyone to fix it themselves. I was dreaming of being able to comment on this blog to provide workarounds, until all existing repositories are fixed (that is a huge work)! thanks github, thanks micros*ft! |
|
Sorry man, I just trying to help, I though this was a good idea because is simple, and I can't see why this change will break something. |
|
@hector-vido sorry I didn't mean to offend you. Don't take my answer against you. I see and understand you just want to help. I follow lot of lua projets and see plenty of issue like this one. I had to rant against github/microsoft. |
|
Next time, please, tell me "I will not accept this because ..." |
Github disable the unauthenticated connection through SSH as we can see here:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
I just changed every file to use https instead.