Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
Discussion options

You must be logged in to vote

If someone else has the problem, this helped at the moment:

cd to "etc"folder and execute the following commands, one by one

git reset HEAD pihole/pihole-FTL.db
git filter-branch -f --index-filter 'git rm -r --cached --ignore-unmatch pihole/pihole-FTL.db' --prune-empty 
git update-ref -d refs/original/refs/remotes/origin/master 
git for-each-ref --format='delete %(refname)' refs/original | git update-ref --stdin 
git reflog expire --expire=now --all 
git gc --aggressive --prune=now

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Vakrehus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant