question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet-install failing to download SDK for release/2.0.0

See original GitHub issue

Steps to reproduce

wget https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.sh
chmod +x dotnet-install.sh
./dotnet-install.sh -Architecture x64 -Channel release/2.0.0 -InstallDir ./dotnet

Expected behavior

Successfully downloads the SDK for release/2.0.0

Actual behavior

dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006365/dotnet-dev-2.0.0-preview2-006365-linux-x64.tar.gz
curl: (22) The requested URL returned error: 404 Not Found
dotnet-install: Cannot download: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006365/dotnet-dev-2.0.0-preview2-006365-linux-x64.tar.gz
dotnet-install: Downloading alternate link: https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview2-006365/dotnet-dev-rhel-x64.2.0.0-preview2-006365.tar.gz
curl: (22) The requested URL returned error: 404 Not Found

Environment data

RHEL 7.2 x64 Also fails due to HTTP/404 on: Ubuntu 14.04 x64, Windows 10 (1703) x64 (using analogous steps) Note: tested also with dotnet-install script from branch: master. Same error.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
livarcocccommented, Jun 9, 2017

We have merged a fix for this now.

0reactions
dpoddercommented, Jun 7, 2017

Thanks so much @omajid! I can confirm the workaround works and gets at least some of our work unblocked.

+CC: @dotnet/rap-team

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - .NET SDK's Not Installing Correctly
NET Core SDK installer works, it does not install the SDK correctly for some reason, so you have to do it manually. Go...
Read more >
NETSDK1045: The current .NET SDK does not support ...
This error occurs when the build tools can't find the version of the .NET SDK that's needed to build a project. This is...
Read more >
Fixing my .NET 6 SDK installation after ... - Alexander Zeitler
Next sudo apt update && sudo apt install dotnet-sdk-7.0 : no errors. Let's try dotnet --list-sdks : 6.0.405 [/usr/share/dotnet/sdk]
Read more >
SDK Platform Tools release notes | Android Studio
This download is useful if you want to use adb directly from the command-line and don't have Studio installed. (If you do have...
Read more >
SDK 0.12.0.0 download problem
i tried to download the latest SDK 0.12.0.0 but since the latest update (1.15.8.0) it´s not possible anymore to download it like described ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found