Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I'm getting 400 (Bad request) in nuget paket server when I do paket push

i have run this command

.\.paket\paket.exe push url "[ip]" file "bin" apikey "jenkins:jenkins" endpoint "/nuget/dev"

Im getting some thing

Pushing package bin to http://[ip]/nuget/dev - trial 1
Could not push bin: The remote server returned an error: (400) Bad Request.

but i can access the server through the browser. Where did I went wrong and How push my packages nuget server

like image 468
Ashan Ratnayake Avatar asked Sep 13 '25 00:09

Ashan Ratnayake


1 Answers

This can happen when a package with the same name and version number already exists in the nuget repository.

This was initially a comment on the question, but some people have found this to be the solution, so I'm adding here.

like image 113
Diana Ionita Avatar answered Sep 14 '25 14:09

Diana Ionita