fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.
https://fsprojects.github.io/Paket/
MIT License
2.02k stars 520 forks source link

'https://nuget.pkg.github.com/dotnet-websharper/index.json': Unauthorized (401) #4195

Open ingted opened 1 year ago

ingted commented 1 year ago

Description

paket doesn't read Nuget.config mentioned here. https://github.com/UXDivers/Grial-UI-Kit-Support/issues/318

Repro steps

image

git clone https://github.com/dotnet-websharper/jquery.git cd jquery dotnet paket restore

Expected behavior

It should be successful.

Actual behavior

It failed to restore.

Known workarounds

None.