Oh cool, looks like Microsoft decided it was time to break all my git://github.com/*/*
mirrors.
https://github.blog/2021-09-01-improving-git-protocol-security-github/
On the Git protocol side, unencrypted git:// offers no integrity or authentication, making it subject to tampering. We expect very few people are still using this protocol, especially given that you can’t push (it’s read-only on GitHub). We’ll be disabling support for this protocol.
If only they knew that Git commits are a hash of the content of the commit, and cannot be tampered without changing the commit hashes.
@zleap
Indeed and you are more than welcome to use it. Its gitlab and all users get a free ultimate license (gitlab.com sells them for 100$/month). You can also host static web pages from it.
@robby