mrward / monodevelop-nuget-addin

NuGet addin for MonoDevelop and Xamarin Studio
MIT License
264 stars 38 forks source link

Http auth issue #27

Closed tofutim closed 11 years ago

tofutim commented 11 years ago

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

mrward commented 11 years ago

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