ebiiim / gitbackup

A Kubernetes Operator for scheduled backup of Git repositories.
MIT License
1 stars 0 forks source link

Git push says "deny updating a hidden ref" #5

Open ebiiim opened 2 months ago

ebiiim commented 2 months ago

https://stackoverflow.com/questions/46603239/git-push-mirror-gives-failed-to-push-some-refs

ebiiim commented 2 months ago

https://stackoverflow.com/questions/34265266/remote-rejected-errors-after-mirroring-a-git-repository

Use git clone --bare instead of git clone --mirror may fixes this.