Comment
How to reproduce
Be inside a git repo and set up remote to a codeberg SSH repo.
Then do this:
echo sleep 20 > .git/hooks/pre-push
chmod +x .git/hooks/pre-push
git push
The push will fail (timeout).
### Comment
## How to reproduce
Be inside a git repo and set up remote to a codeberg SSH repo.
Then do this:
```shell
echo sleep 20 > .git/hooks/pre-push
chmod +x .git/hooks/pre-push
git push
```
The push will fail (timeout).