Expected Behavior
I want to be able to clone a SHA256 repo with fj repo clone.
Actual Behavior
Cloning fails with the following output:
Preparing...Error: unknown remote object format 'sha256'; class=Invalid (3)
Location:
/home/steffo/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/forgejo-cli-0.5.0/src/repo.rs:1697:22
Steps to Reproduce
fj --host 'https://codeberg.org' repo clone steffo/example-sha256
fj Version
```
fj v0.5.0
user agent: forgejo-cli/0.5.0 (https://codeberg.org/forgejo-contrib/forgejo-cli/)
build type: crates.io
target: x86_64-unknown-linux-gnu
```
Forgejo Version
15.0.3+gitea-1.22.0
Code of Conduct
- I agree to act in accordance with the CoC & AI Agreement.
- This issue was not generated by an LLM, even in part.
### Expected Behavior
I want to be able to clone a SHA256 repo with `fj repo clone`.
### Actual Behavior
Cloning fails with the following output:
```
Preparing...Error: unknown remote object format 'sha256'; class=Invalid (3)
Location:
/home/steffo/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/forgejo-cli-0.5.0/src/repo.rs:1697:22
```
### Steps to Reproduce
```
fj --host 'https://codeberg.org' repo clone steffo/example-sha256
```
### `fj` Version
````text
```
fj v0.5.0
user agent: forgejo-cli/0.5.0 (https://codeberg.org/forgejo-contrib/forgejo-cli/)
build type: crates.io
target: x86_64-unknown-linux-gnu
```
````
### Forgejo Version
15.0.3+gitea-1.22.0
### Code of Conduct
- [x] I agree to act in accordance with the CoC & AI Agreement.
- [x] This issue was not generated by an LLM, even in part.