generated from LinuxSuRen/github-go
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Sometimes, we might meet the following errors when trying to use gh.api.99988866.xyz
status code: 429
We can record the GitHub proxy server into a config file. And mark the error when it occurs. So, it's possible to choose an available server automatically.
Since v0.0.57, the config file hd.yaml looks like:
fetch: true
goget: false
provider: gitee
proxy-github: gh.api.99988866.xyz
thread: 6then, we can add the following items:
proxy-github-candidates:
- server: gh.api.99988866.xyz
status: ok
lastUsed: Thu Apr 14 21:32:08 CST 2022
- server: ghproxy.com
status: error
lastUsed: Thu Apr 14 21:32:08 CST 2022Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request