プッシュしようとすると、NuGet サーバーが 405 Not Allowed をスローします。少なくとも、NuGet コンソールは次のように言っています。
Failed to process request. 'Method Not Allowed'.
The remote server returned an error: (405) Method Not Allowed..
しかし、Fiddler で実際の HTTP 応答を見ると、問題はまったく異なるようです。
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-US">The URL representing the root of the service only supports GET requests.</message>
</error>
何が起こっているのかについてのアイデアはありますか?
ありがとう!