❯ curl -v https://api.github.com/repos/ava-labs/avalanchego/releases/latest
...
< HTTP/2 403
< date: Tue, 02 Jul 2024 17:52:39 GMT
< server: Varnish
...
<
{"message":"API rate limit exceeded for XX.XX.XX.XX. (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"}
* Connection #0 to host api.github.com left intact
My guess is that the Avalanche CLI checks for updates, fails to do so, and then fails completely. IMHO, it would be better if it just skipped the update if it fails.