-
Notifications
You must be signed in to change notification settings - Fork 644
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
What is going on here? #10324
Comments
Thanks for reporting the issue. We'll need some more information to repro the issue or troubleshoot. What is the sample project for the NuGet server you are running? Please point us at the steps you took to configure that server or add details in the repro steps. Thanks! |
Repro Steps & Context
|
@dca00 can you clarify what you deployed when you say "Deployed local Nuget solution from the sample project provided by Microsoft, to IIS running on our LAN.". There are a few different ways to host your own feed. Are you using authentication? The output above indicates that for some reason an authentication provider is being used. Also, the error I'm seeing is
Those errors look like fundamental problems in connecting to an endpoint, are you able to connect to your feed with a browser? |
We followed each and every instruction in this article: https://learn.microsoft.com/en-us/nuget/hosting-packages/nuget-server This is what I see when I click on the first link: |
I'm transferring to the NuGet Server team for assistance. |
NuGet Product Used
Other/NA
Product Version
Which product? Be specific.
Worked before?
No response
Impact
I'm unable to use this version
Repro Steps & Context
Use the command below to push packages to this feed using the NuGet command line tool (nuget.exe).
nuget.exe push {package file} {apikey} -Source http://192.168.10.21/nuget/nuget
C:\Users\userName10\Downloads\nuget.exe push TestPackage.1.1.1.1.nupkg $.......................................u -Source http://192.168.10.21/nuget
The expectation is that the above command will push the package to the server.
The actual result is error.
Verbose Logs
The text was updated successfully, but these errors were encountered: