I cannot git clone or preform git fetch on our docs repository repository anymore.
I noticed the issue yesterday and decided to try again at a later point in time. The issue still exists today.
I observe the follow problems.
git clone
When I try to clone the repository and start fresh
erik@erik-tp:~/code$ git clone https://codeberg.org/ark-bitcoin/docs.git
Cloning into 'docs'...
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
git fetch
I still have local repository of our docs. Whenever I perform git fetch I get the following error message
erik@erik-tp:~/code/ark-docs$ git fetch
fatal: git upload-pack: not our ref 0000000000000000000000000000000000000000
Forgejo: Failed to execute git command
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
PR 65
I cannot see the content of ark-bitcoin/docs#65. Whenever I open the web-page I get a 500 - Internal Server Errror
### Comment
I cannot `git clone` or preform `git fetch` on our [docs repository](https://codeberg.org/ark-bitcoin/docs) repository anymore.
I noticed the issue yesterday and decided to try again at a later point in time. The issue still exists today.
I observe the follow problems.
**git clone**
When I try to clone the repository and start fresh
```
erik@erik-tp:~/code$ git clone https://codeberg.org/ark-bitcoin/docs.git
Cloning into 'docs'...
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
```
**git fetch**
I still have local repository of our docs. Whenever I perform `git fetch` I get the following error message
```
erik@erik-tp:~/code/ark-docs$ git fetch
fatal: git upload-pack: not our ref 0000000000000000000000000000000000000000
Forgejo: Failed to execute git command
fatal: remote error: upload-pack: not our ref 0000000000000000000000000000000000000000
```
**PR 65**
I cannot see the content of https://codeberg.org/ark-bitcoin/docs/pulls/65. Whenever I open the web-page I get a 500 - Internal Server Errror