Since the recent outage I’ve been unable to fetch this repository:
$ git --version
git version 2.50.1
$ git clone --verbose 'https://codeberg.org/AndrewKvalheim/configuration.git'
Cloning into 'configuration'...
POST git-upload-pack (181 bytes)
POST git-upload-pack (208 bytes)
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
In the web interface, the default branch main is listed in the drop-down menu but 404s, and the Activity page returns a status 500.
### Comment
Since the [recent outage](https://social.anoxinon.de/@Codeberg/115172476459202556) I’ve been unable to fetch [this repository](https://codeberg.org/AndrewKvalheim/configuration):
```console
$ git --version
git version 2.50.1
$ git clone --verbose 'https://codeberg.org/AndrewKvalheim/configuration.git'
Cloning into 'configuration'...
POST git-upload-pack (181 bytes)
POST git-upload-pack (208 bytes)
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
```
In the web interface, the default branch `main` is listed in the drop-down menu [but 404s](https://codeberg.org/AndrewKvalheim/configuration/src/branch/main), and the Activity page [returns a status 500](https://codeberg.org/AndrewKvalheim/configuration/activity).