当试图发布到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...奇怪的是,对于订阅和最大包大小,包是100 is,限制是500 is。我们尝试删除一些旧包以释放空间,但错误仍在发生。
发布于 2018-09-22 06:19:28
请在MyGet文档和引用的KB文章中查看此常见问题:feed
还要检查MyGet用户配置文件中的配额,这将显示您当前使用的总存储空间。你有两个基本的选择:升级你的计划,或者做一些家务管理。
https://stackoverflow.com/questions/52450213
复制相似问题