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
MAC should be added
Mac cannot be added due to dotnet sdk cannot be downloaded
Windows :VS: 17.1.0 preview 1.1 MAC: has already installed dotnet sdk 6.0.100
Xamarin Log: Downloading dotnet-install script... dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54 dotnet-install: Download attempt #1 has failed: 200 Unable to download https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz. dotnet-install: Attempt #2 will start in 10 seconds. curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54 dotnet-install: Download attempt #2 has failed: 200 Unable to download https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz. dotnet-install: Attempt #3 will start in 20 seconds. curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54
Can the dotnet sdk installation step be skipped as the sdk has been installed in MAC
The text was updated successfully, but these errors were encountered:
Hi, @ZhibingGe - thanks for opening this issue. Please reopen the issue via https://developercommunity.visualstudio.com/report?space=8&entry=problem so that your report can reach the appropriate team.
Sorry, something went wrong.
No branches or pull requests
Steps to Reproduce
Expected Behavior
MAC should be added
Actual Behavior
Mac cannot be added due to dotnet sdk cannot be downloaded
Environment
Windows :VS: 17.1.0 preview 1.1
MAC: has already installed dotnet sdk 6.0.100
Build Logs
Xamarin Log:
Downloading dotnet-install script...
dotnet-install: Downloading primary link https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz
curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54
dotnet-install: Download attempt #1 has failed: 200 Unable to download https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz.
dotnet-install: Attempt #2 will start in 10 seconds.
curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54
dotnet-install: Download attempt #2 has failed: 200 Unable to download https://dotnetcli.azureedge.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-osx-x64.tar.gz.
dotnet-install: Attempt #3 will start in 20 seconds.
curl: (56) LibreSSL SSL_read: Connection reset by peer, errno 54
Example Project (If Possible)
Can the dotnet sdk installation step be skipped as the sdk has been installed in MAC
The text was updated successfully, but these errors were encountered: