Because it got rate-limited today
+ git init --object-format sha1 -b main
Initialized empty Git repository in /crow/src/codeberg.org/crowci/crow/.git/
+ git config --global --replace-all safe.directory /crow/src/codeberg.org/crowci/crow
+ git remote add origin https://codeberg.org/crowci/crow.git
+ git fetch --no-tags --depth=1 --filter=tree:0 origin +6143f726bb8d126ad2e405b53c2869f2d78061ae:
fatal: unable to access 'https://codeberg.org/crowci/crow.git/': The requested URL returned error: 429
exit status 128
The CI runner (a bare metal server) is processing quite some builds during peak dev times and does frequent clones and (package) pushes to CB. Would be great to have it freed from any limit.
Because it got rate-limited today
```
+ git init --object-format sha1 -b main
Initialized empty Git repository in /crow/src/codeberg.org/crowci/crow/.git/
+ git config --global --replace-all safe.directory /crow/src/codeberg.org/crowci/crow
+ git remote add origin https://codeberg.org/crowci/crow.git
+ git fetch --no-tags --depth=1 --filter=tree:0 origin +6143f726bb8d126ad2e405b53c2869f2d78061ae:
fatal: unable to access 'https://codeberg.org/crowci/crow.git/': The requested URL returned error: 429
exit status 128
```
The CI runner (a bare metal server) is processing quite some builds during peak dev times and does frequent clones and (package) pushes to CB. Would be great to have it freed from any limit.
ref https://codeberg.org/Codeberg/Community/issues/2113#issuecomment-6890266