Trying to Update PiHole, cannot update local repo

PiHole Install Version:
Pi-hole Version v3.2.1 (Update available!) Web Interface Version v3.2.1 (Update available!) FTL Version vDev (v2.13.2 , v2.13.2 )

on a Rasperry Pi. Got updates for the Core, FTL and Web Interface

Also tried to reboot the Pi and update, still the same error

Just noticed:

[i] Checking for updates...
error: unable to resolve reference refs/remotes/origin/release/3.3: Not a directory
error: some local refs could not be updated; try running 'git remote prune origin' to remove any old, conflicting branches

But when I try to run git remote prune origin
fatal: Not a git repository (or any of the parent directories): .git

not sure if I should navigate to /etc/.pihole and run the command (not sure if I would break anything)

Expected Behaviour:

pihole -up to update PiHole (

Actual Behaviour:

get error:
[i] Update repo in /etc/.pihole...
Error: Could not update local repository. Contact support.

Debug Token:

fzec1c9xs5

For a start, try cd /etc/.pihole and then sudo git status just to check what the status is of the local repository.

You can also take a look at this FAQ:

Edit: got it running, after some sudo stuff to prune stuff, then had to update dnsmasq to 2.76 and is now running.

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.