Just like on the previous topic, this is probably a temporary network issue.
This is unrelated to Pi-hole. It is a connection issue between your home and Github servers.
There was no solution.
Last time, the issue fixed itself when darkexplosiveqwx suggested to execute a few tests.
Those commands were intended only to display some error messages that would have helped us identify the problem, but no errors occurred because the issue resolved itself.
Let's try again.
Please post the output of these commands (executed from Pi-hole machine):
It means your IP exceeded the allowed number of requests to the Github API.
Something (an app or script) is constantly sending requests to Github API, originating from the IP used by your Internet connection. As a result, Github is temporarily blocking your access to the API.
You need to wait.
Alternatively you can find and disable the app/script that is constantly querying Github API.
Or change the app/script to use Authenticated access:
(But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"