NEVERMIND, just no more unencrypted cloning which is good. They are not requiring authentication
Discussion
i didnt even know they supported unencrypted cloning
The raw git protocol is unencrypted. It's fine for in-house repos but not a good idea for the open internet. Anything unencrypted is subject to snooping, alteration, and man-in-the-middle attacks.
I didn't know you could use http:// github repos for years now never seen anything but HTTPS.
HTTPS doesn't stop you from anonymously cloning it via VPN, but to push to it you have to auth, and anyway it's simpler to use SSH for that anyway, I just generally use SSH unless I don't want them to know I'm cloning it, obviously they are logging it.
I was referring to git:// actually.