This might happen if the remote Git repository got changes or if you restore a config ...
To fix this, ssh into the instance, `cd /conf/backup/git/` and do a force push. `sudo git push origin main --force`. Maybe you branch name is not `main`. Maybe `master`?
And keep in mind that the current git backup will be overwritten with what's the current state of your opnsense.
To fix this, ssh into the instance, `cd /conf/backup/git/` and do a force push. `sudo git push origin main --force`. Maybe you branch name is not `main`. Maybe `master`?
And keep in mind that the current git backup will be overwritten with what's the current state of your opnsense.