fsprojects / Paket

A dependency manager for .NET with support for NuGet packages and Git repositories.

Home Page:https://fsprojects.github.io/Paket/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ingted opened this issue · comments

Description

paket doesn't read Nuget.config mentioned here.
UXDivers/Grial-UI-Kit-Support#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.