Comment on Ask HN: Due to spam on GitHub, what platforms can I move my projects?parentComments−1313ed012moThat's pretty much what git over https does by default (is it even possible to do read-write to a git repo over https instead of ssh?).https://git-scm.com/docs/http-protocol−not_kurt_godel2mois it even possible to do read-write to a git repo over https instead of ssh?Yes; it's not only possible but very common: https://docs.github.com/en/get-started/git-basics/about-remo...(IIRC it is in fact actually even sometimes preferable from a security standpoint; or at least that's the tentative conclusion I've reached under a few specific circumstances over the years, although the exact details elude my memory at the moment.)
Comments
That's pretty much what git over https does by default (is it even possible to do read-write to a git repo over https instead of ssh?).
https://git-scm.com/docs/http-protocol
Yes; it's not only possible but very common: https://docs.github.com/en/get-started/git-basics/about-remo...
(IIRC it is in fact actually even sometimes preferable from a security standpoint; or at least that's the tentative conclusion I've reached under a few specific circumstances over the years, although the exact details elude my memory at the moment.)