Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (1 / 5) |
Uptime: | 45:00:09 |
Calls: | 422 |
Calls today: | 1 |
Files: | 1,024 |
Messages: | 90,302 |
I mean, while I could understand SourceForge being not recommended for
some reasons (which ones?), it strikes me as unlikely that GitHub is a
good option, given how they've been progressively rendering it unusable
on the web (three years ago or so it was different in this regard), and
I guess/hope that, for the git part, there would be other alternatives
there, or there really are none?
I find [SourceForge’s] automatic "Your download will start shortly" with
a 5-second countdown particularly obnoxious ...
On Sun, 09 Feb 2025 11:44:59 +0000, Nuno Silva wrote:
So that it's harder to read or download without git or specific
browsers ...
GitHub works fine as a source for git-clone and git-fetch commands,
without any browser being involved. And you can push to it, if you have an account. Yes, there are plenty of alternatives for Git repo hosting.
Someone else mentioned Codeberg; there are also GitLab and BitBucket.
(I think all of these require a browser interface for tasks like setting
up a repo in the first place.)
BitBucket started out hosting only Mercurial repos; then market pressures forced it to add Git as an option; then the Mercurial business proved unviable and was dropped altogether.
SourceForge also does Git now, but I don’t think that makes it much more attractive. ;)
It is also easy for you to publish your own repos on your own server,
through a tool as simple as Gitolite.
On 2025-02-10, Lawrence D'Oliveiro wrote:
On Sun, 09 Feb 2025 11:44:59 +0000, Nuno Silva wrote:
So that it's harder to read or download without git or specific
browsers ...
GitHub works fine as a source for git-clone and git-fetch commands,
without any browser being involved. And you can push to it, if you have an >> account. Yes, there are plenty of alternatives for Git repo hosting.
Someone else mentioned Codeberg; there are also GitLab and BitBucket.
(I think all of these require a browser interface for tasks like setting
up a repo in the first place.)
It's good to have some suggestions flowing, but a couple notes on these:
GitLab at gitlab.com also requires (or required?) agreeing to a rather
broad "indemnification" clause. Other services may have such clauses
too, but GitLab's one is quite broad and unbounded.
(At least GitLab and GitHub require specific browsers nowadays, too,
even for reading without participating.)
BitBucket started out hosting only Mercurial repos; then market pressures
forced it to add Git as an option; then the Mercurial business proved
unviable and was dropped altogether.
SourceForge also does Git now, but I don’t think that makes it much more >> attractive. ;)
It is also easy for you to publish your own repos on your own server,
through a tool as simple as Gitolite.