Paket icon indicating copy to clipboard operation
Paket copied to clipboard

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

Open ingted opened this issue 3 years ago • 1 comments

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.

ingted avatar Jan 14 '23 02:01 ingted

Hi. I saw that old issue and was wondering if somebody found a solution. We are dealing with that also for quite a while now.

Possible Performance degradation, V3 was not working: One or more errors occurred. (One or more errors occurred. (Could not load resources from 'https://pkgs.dev.azure.com/.../_packaging/.../nuget/v3/index.json': Unauthorized (401)))

We are trying to get the packages from a private feed on Azure Devops Services. Its works all well locally but on an ubuntu-22.04 agent or windows agent its not.

RicoSaupeB avatar Jun 03 '25 05:06 RicoSaupeB