Clicking in the link “according to Tor project” will reveal this 3y post
Github Deletes the accounts created via Tor after some time with all associated information. And if you login to github via bad exit nodes unluckily, Github will flag your account ListOfServicesBlockingTor · Wiki · Legacy / Trac · GitLab
Unsure if it is the case today, however this puts them into a neutral-negative relationship with the Tor Project
Are you contributing to a project? If so you will use whatever they use.
Are you creating a open source project and ready to publish your first alpha? Then read some of the above and pick your poison.
Are you working on stuff for yourself or are not ready to make it public? Most of my stuff is in this category and I just set up a repository on my NAS or local hard drive. Dirt simple and I don’t have to worry about the history or policies of a public repository service.
The first project I’m working on is a fork of something else. My idea was to publish it eventually, and I feel like an online backup isn’t a bad idea as long as it’s private and secure.
A NAS with RAID 1 or up is a pretty safe place to keep your work.
A nice thing about git is that it was designed for distributed development and each copy has the whole history. A nice thing about a local master repository is that you can learn how to manage things on git without worrying about breaking things for others. Things like branching, merging branches, reverting, etc.
At the moment I’m not looking to be convinced of the merits of local storage FYI. I’m looking for the most private and secure alternative to Github that includes online functionality.
I’m using codeberg for my personal projects as well, but its downtime is still quite noticeable, especially with codeberg page.
Right now it’s down again:
Luckily I’m just using for small personal projects, but it would be a big question for me if I want to put bigger and more important projects on it instead of github.
Yes, a great point. I like what I have read on Codeberg so far, but frequent downtime is definitely an issue. I’m also considering something like DarkTea, which is onion-only. It’s nice in theory at least.
The title implies GitHub is tied to Git but this isn’t true. Git was originally invented by Linus Torvalds, and is now used by GitHub but also GitLab, Codeberg, etc.