1

尝试发布到 MyGet 时出现以下错误:

Failed to publish module 'X': 'Failed to process request. 'The package 
size is too large. The feed owner may have to upgrade the MyGet subscription to resolve this issue.'. 
The remote server returned an error: (413) The package size is too large. The feed owner may have to upgrade the MyGet 
subscription to resolve this issue...

奇怪的是,包是 100MB,限制是 500MB,用于订阅和最大包大小。我们尝试删除一些旧包以释放空间,但错误仍在发生。

4

1 回答 1

0

请在 MyGet 文档和参考的知识库文章中查看此常见问题解答: https ://docs.myget.org/docs/reference/faq#I_get_a_413_RequestEntityTooLarge_when_pushing_packages_to_my_MyGet_feed

还要检查您的 MyGet 用户配置文件中的配额,这将显示您当前使用的总存储空间。你基本上有两个选择:升级你的计划,或者做一些家务。

于 2018-09-22T06:19:28.023 回答