We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure it is worth it because we don't have many mirrors, but at least let me write sth.
ghcup mirror
The text was updated successfully, but these errors were encountered:
Mirror support has already been overhauled, so it might not be that difficult, see #700
Sorry, something went wrong.
Can you please clarify, what so it might not be that difficult mean? Does it mean we should keep the current state?
so it might not be that difficult
I don't know man. See the PR. You can already define arbitrary mirrors. Suggest a specific user experience/API if you have one.
Ok, sorry for the flippant comments. I didn't have a great week.
Let's go over it one by one:
Try to use a mirror if the default connection gets lost.
That makes sense, but in order to do that, we first need:
Add a subcommand like ghcup mirror to list all available mirrors or specify a mirror.
I can imagine:
ghcup mirror list [--country=<country>]
ghcup mirror set <mirror|default>
ghcup mirror test
Integrate with #701, suggest using a mirror if network issues
Possible, if we ever implement the healthcheck.
No branches or pull requests
I'm not sure it is worth it because we don't have many mirrors, but at least let me write sth.
ghcup mirror
to list all available mirrors or specify a mirror.The text was updated successfully, but these errors were encountered: