It’s such a simple reason tbh. Github is expected to stay online indefinitely. My VPS? As long as I pay the bill, which I may not want to at some point.
Codeberg is a decent middle ground - open source projects only. The site itself is open source too.
FurryMemesAccount@lemmy.blahaj.zone 5 days ago
I think you may be mixing up git, which is a command line tool that’s still open source, AFAIK, with github that’s a closed source, git-based code hosting platform bought by Microsoft.
You can use other hosting services with git, and get an almost identical experience. Gitlab does it, as well as many others.
JackbyDev@programming.dev 5 days ago
No. You can use got itself. jasonmurray.org/posts/2020/selfhostedgit/
FurryMemesAccount@lemmy.blahaj.zone 4 days ago
🤯
aesthelete@lemmy.world 4 days ago
You can serve up a git repository remotely on any machine that has an outside access path.