Open
Description
I am trying to install dotnet-ef package through dotnet cli, how ever it gave me 401 (Unauthorized) error.
The command I run is dotnet tool install --global dotnet-ef
what I don't understand is, the dotnet-ef is a public package that anyone can install, what is this "authorized" about?
The detailed result I got is :
C:\Program Files\dotnet\sdk\3.1.300\NuGet.targets(128,5): error : Unable to load the service index for source https://microsoft.pkgs.visualstudio.com/_packaging/Universal.Store/nuget/v3/index.json. [C:\Users\<myUserName>\AppData\Local\Temp\wojjcmbm.aon\restore.csproj]
C:\Program Files\dotnet\sdk\3.1.300\NuGet.targets(128,5): error : Response status code does not indicate success: 401 (Unauthorized). [C:\Users\<myUserName>\AppData\Local\Temp\wojjcmbm.aon\restore.csproj]