mrward/monodevelop-nuget-addin

Http auth issue

Closed this issue · 1 comments

Hi, one of my nuget sources is password protected using http auth. Is there a way to enter my credentials and get the packages? Right now it just says

image

Yes you can add your credentials using nuget.exe. The Authenticated NuGet Feeds section in the release note has more detailed information. You can run the following to add your username/password.

mono --runtime=v4.0.30319 NuGet.exe sources update -name FeedName -username user -password pass

Then restart Xamarin Studio.

NuGet.exe is included with the addin so you can use that or you can download it from github:

http://mrward.github.com/monodevelop-nuget-addin-repository/NuGet/2.7/NuGet.exe