I had some trouble running NuGet on ubuntu. I’m running an Ubuntu server. Turns out that you need to install certificates:
mozroots –import –sync
Otherwise NuGet will fail to decode the results when fetching packages over https.
Comments or errors? Fork this post and do a pull request on github
Comments