Godot repository down with GitHub

Have you noticed or experienced issues accessing the Godot Engine Git repository?


I have a copy on an external SSD, but I’m wondering if there is a backup plan in case GitHub is affected long-term.

Is there a plan to transfer to another service?

Do you have any thoughts on what might be happening?

Update : The repository is working again.

Plan A:

git add remote codeberg git@ssh://...
git push -u codeberg master

Plan B: pray :folded_hands: :wink:

I recently made a remote like this by the way, just in case. Have not kept it up to date of course:

3 Likes