6 ms·
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/doc
by 1313ed01 3mo ago
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 https://git-scm.com/docs/http-protocol
- not_kurt_godel 3mo ago> is 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-remote-repositories#cloning-with-https-urls 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.)