-
Notifications
You must be signed in to change notification settings - Fork 105
Closed
Description
Don't think this issue is directly the scripts fault, but seemed like the best place to report it.
When using dotnet-install.sh to install --channel 8.0 and prior, the install link correctly resolves to azureedge.net and the install completes fine:
dotnet-install: Attempting to download using primary link https://dotnetcli.azureedge.net/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gzbut when attempting to install --channel 9.0 it instead resolves to a bing url which fails.
dotnet-install: Attempting to download using aka.ms link https://www.bing.com?ref=aka&shorturl=dotnet/9.0/dotnet-sdk-linux-x64.tar.gz
curl: (7) Failed to connect to www.bing.com port 443 after 0 ms: Connection refusedNow the failure is likely due to our network having restrictions on bing.com, but it seemed a little odd that the aka.ms resolves to bing rather than directly to azureedge.net like all the other download pages do. Any chance this could be fixed by whomever is responsible?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels