Comment
This question is about my repository https://codeberg.org/MaerchenfeeimGarten/AntiBillard/
Working:
I am using the ssh connection and the git command line.
Pushing single branches, for example git push origin v0.0.7-rc5-Testlauf, is working.
Not working:
Pushing everything:
$ git push --all origin
Connection to codeberg.org closed by remote host.
Pushing tags:
$ git push origin --tags
Connection to codeberg.org closed by remote host.
How to fix this?
### Comment
This question is about my repository https://codeberg.org/MaerchenfeeimGarten/AntiBillard/
## Working:
I am using the ssh connection and the git command line.
Pushing single branches, for example `git push origin v0.0.7-rc5-Testlauf`, is working.
## Not working:
Pushing everything:
```
$ git push --all origin
Connection to codeberg.org closed by remote host.
```
Pushing tags:
```
$ git push origin --tags
Connection to codeberg.org closed by remote host.
```
How to fix this?