Comment by 1313ed01
2 hours 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?).
2 hours 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?).
> 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-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.)