Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Invalid feed name was specified
-
Tried the following methods and none of them help
C:\sources>nuget push "ThePackage.1.0.0.0.nupkg" -s http://domain.com:81/nuget/FeedName apikey
C:\sources>nuget push "ThePackage.1.0.0.0.nupkg" -s http://domain.com:81/nuget/FeedName
C:\sources>nuget push "ThePackage.1.0.0.0.nupkg" -s http://domain.com:81/nuget/FeedName username:password
Failed to process request. 'There was an error processing the request: Invalid feed name was specified.'.
The remote server returned an error: (400) Bad Request..Product: ProGet
Version: 3.3.11
-
Do you by chance have a space (or other reserved character) in the feed name? If so, make sure it is URL encoded when you access it, e.g.: