You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
When I issue the command nuget push -Source http://localhost:56000/nuget -ApiKey 823281825 coremodels/1.0.0/coremodels.1.0.0.nupkg I get
Pushing coremodels.1.0.0.nupkg to 'http://localhost:56000/nuget'...
PUT http://localhost:56000/nuget/
An error was encountered when fetching 'PUT http://localhost:56000/nuget/'. The request will now be retried.
The HTTP request to 'PUT http://localhost:56000/nuget/' has timed out after 300000ms.
A task was canceled.
Pushing took too long. You can change the default timeout of 300 seconds by using the -Timeout <seconds> option with the push command.
I cannot see that I have started up the container or called nuget incorrectly. Can you see the cause of the timeout?
I have a docker-compose.yml that looks like
When I issue the command
nuget push -Source http://localhost:56000/nuget -ApiKey 823281825 coremodels/1.0.0/coremodels.1.0.0.nupkgI getI cannot see that I have started up the container or called
nugetincorrectly. Can you see the cause of the timeout?