Earlier quoted context omitted.
Instead of Gogs it is now recommended to use Gitea, since it has more activity (~400 more commits last time I checked) and is community driven: https://gitea.io/ According to their Blog: Gitea is a community fork of the popular self-hosted Git service Gogs. We’re a growing group of former Gogs users and contributors who found the single-maintainer management model of Gogs frustrating and thus decided to make an effor…
Is there any particular reason why this is recommended over Gogs?
GitHub is down
51–53 of 53 posts
Re: GitHub is down
#52Too bad git is a distributed version control system, so you have your repositories locally and can continue work without remote access.
The specific problem today is that I have changes on my home PC that I finished and pushed up to Github last night, but now I can't get them at work this morning, because my home PC is behind a firewall. Also, my IP address is not static, so there's no guarantee I'll even be able to find it to make it a remote.
Re: GitHub is down
#53Earlier quoted context omitted.
The specific problem today is that I have changes on my home PC that I finished and pushed up to Github last night, but now I can't get them at work this morning, because my home PC is behind a firewall. Also, my IP address is not static, so there's no guarantee I'll even be able to find it to make it a remote.
There are a wide variety of solutions to that, they all fall under the general name of "dynamic DNS". Most DNS providers have some sort of system for updating it even. I use cloudflare and there's a wide variety of scripts that can be used to automatically update CF DNS records. There's also some purpose-built services and many home NAT routers include features for this.