Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing nuget uri from http to https in paket.dependencies causes error. #1820

Closed
JohanLarsson opened this issue Jul 18, 2016 · 0 comments
Closed

Comments

@JohanLarsson
Copy link
Contributor

JohanLarsson commented Jul 18, 2016

Description

I changed from source https://www.nuget.org/api/v2/ to source http://www.nuget.org/api/v2/
in paket.dependencies and it caused install and restore to fail with:
The NuGet source http://www.nuget.org/api/v2 for package NUnit was not found in the paket.dependencies file

Repro steps

  1. Extract NugetSourceWasNotFound.zip
  2. Run paket.exe restore or paket.exe install

This may be due to me sitting behind a proxy, not sure it repros everywhere. Will test when I get home.

Known workarounds

Manually change the paket lock file to remote: https://www.nuget.org/api/v2

Related information

  • Win 7
  • Behind a proxy.
  • Latest paket.
  • .NET
@JohanLarsson JohanLarsson changed the title Changing nuher uri from http to https in paket.dependencies causes error. Changing nuget uri from http to https in paket.dependencies causes error. Jul 18, 2016
@forki forki closed this as completed in 16dd55e Jul 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant