It can happen that the user is rate limited by Github when checking for updates (the unauthenticated limit is 60 calls per 15 minutes) so this command silently bails out if we hit that limit.
The proper fix here is to move the version information out of Github to a domain I control so users can hit it as often as they like but this works for now.
It can happen that the user is rate limited by Github when checking for updates (the unauthenticated limit is 60 calls per 15 minutes) so this command silently bails out if we hit that limit.
The proper fix here is to move the version information out of Github to a domain I control so users can hit it as often as they like but this works for now.