Comment
As of today, any git operations that access codeberg fail with an error like this:
❯ git fetch
Connection closed by 2a0a:4580:103f:c0de::1 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
My ssh key hasn't changed and worked yesterday, and ssh -T git@codeberg.org says I authenticated successfully
### Comment
As of today, any git operations that access codeberg fail with an error like this:
```
❯ git fetch
Connection closed by 2a0a:4580:103f:c0de::1 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
```
My ssh key hasn't changed and worked yesterday, and `ssh -T git@codeberg.org` says I authenticated successfully