Comment
For several days I cannot delete branches of my repository any more: https://codeberg.org/wwmayer/FreeCAD11
The web interface only tells me: Branch "issue_234" konnte nicht gelöscht werden.
When trying it from the command line it gives some more information about the failure:
remote: error: Unable to create '/mnt/ceph-cluster/git/gitea-repositories/wwmayer/freecad11.git/./packed-refs.lock': File exists.
remote:
remote: Another git process seems to be running in this repository, e.g.
remote: an editor opened by 'git commit'. Please make sure all processes
remote: are terminated then try again. If it still fails, a git process
remote: may have crashed in this repository earlier:
remote: remove the file manually to continue.
Can you have a look, please? Thanks in advance!
### Comment
For several days I cannot delete branches of my repository any more: https://codeberg.org/wwmayer/FreeCAD11
The web interface only tells me: Branch "issue_234" konnte nicht gelöscht werden.
When trying it from the command line it gives some more information about the failure:
```
remote: error: Unable to create '/mnt/ceph-cluster/git/gitea-repositories/wwmayer/freecad11.git/./packed-refs.lock': File exists.
remote:
remote: Another git process seems to be running in this repository, e.g.
remote: an editor opened by 'git commit'. Please make sure all processes
remote: are terminated then try again. If it still fails, a git process
remote: may have crashed in this repository earlier:
remote: remove the file manually to continue.
```
Can you have a look, please? Thanks in advance!