dotnet-install script failed to download from master
See original GitHub issueSteps to reproduce
powershell.exe -ExecutionPolicy ByPass .\dotnet-install.ps1 -Channel master
Expected behavior
download the newest dotnet from master channel
Actual behavior
Member
DrewScoggins commented 36 minutes ago
[2020/01/09 21:41:06][INFO] dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-sdk-5.0.100-alpha.1-win-x64.zip
[2020/01/09 21:41:08][INFO] dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-sdk-5.0.100-alpha.1-win-x64.zip
[2020/01/09 21:41:08][INFO] dotnet-install: Downloading legacy link: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-dev-win-x64.5.0.100-alpha.1.zip
[2020/01/09 21:41:10][INFO] dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/5.0.100-alpha.1/dotnet-dev-win-x64.5.0.100-alpha.1.zip```
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
dotnet-install: Cannot download sdk Self hosted github ...
I have self-hosted github runner on my windows vm. It was working fine and suddenly I started getting: dotnet-install: Downloading link: ...
Read more >dotnet-install scripts - .NET CLI
The install scripts do not update the registry on Windows. They just download the zipped binaries and copy them to a folder. If...
Read more >how to install .net 7 via the command line on a Linux system?
I want to install dotnet 7 on a Linux agent in a CICD system (buildkite) as part of a script. This is batch...
Read more >Installing .NET 6 on your M1 Mac (manually) - Maarten Merken
In this short article, I'll show you how to uninstall any previous dotnet versions on your M1 Mac and install the latest .NET...
Read more >Using PowerShell to install the latest .NET Core 2 preview
I've been living on the bleeding edge and programming with the .NET Core 2 preview, which lives at https://github.com/dotnet/cli.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It should be working now. I think the problem is that this change hadn’t triggered a new build. Once that happens it seems like things are working again.
Thanks, the installation now works