我正在尝试从 PowerShell 在 Artifactory 的同一存储库中制作工件的副本。下面是我用来实现这一点的代码。"Invoke-RestMethod: The remote server returned an error: (409) Conflict."
执行此代码时
出现错误。
调用-RestMethod -Uri
“ http://server/artifactory/api/copy/repoName/Package1.nupkg?to=/repoName/Package2.nupkg ” -Method POST -UseDefaultCredentials
任何帮助表示赞赏!