dotnet / dotnet/core

AzureFeed 'dotnetcli.azureedge.net/dotnet' in dotnet-install script was too slow in China

Open
#7,239 16 comments 1 reaction 0 assignees View on GitHub
Dominant language
PowerShell
Stars
22k
Forks
4.9k
Avg merge
5d 5h
Merged PRs (30d)
29

Description

As dotnet/install-scripts#236 , I tried to install sdk with version 5.0.404, it was slow too. So I guss, it is not about `latest.version`.

Here are the cmds:

```
./dotnet-install.sh --version 5.0.404
./dotnet-install.sh --version 6.0.100
```

The script showed their download urls(sdk v5.0 and v6.0):

```
https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.404/dotnet-sdk-5.0.404-linux-musl-x64.tar.gz
https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-musl-x64.tar.gz
```

Here is my speed in browser:

![image](https://user-images.githubusercontent.com/31154238/152197573-366b5fb2-abff-4dce-b9bd-8b687d23246d.png)

For current situation, it is always blocked and finally failed when I use the scripts in linux server in China.

Would you like please to check agin and resolve it, THX!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.