Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过在 OSX 上设置 dnvm 的步骤,我似乎无法通过 dnvm 升级步骤,因为它返回错误:
~$ dnvm upgrade Determining latest version Error: Could not find latest version from feed https://nuget.org/api/v2
我可以使用 -u 基于不稳定的提要进行安装,但是随后我遇到了一系列全新的问题。
这实际上是由于 dnvm 没有遵循重定向到 www.nuget.org(而不是没有 www)引起的。它通过以下行修复:
export DNX_FEED=https://www.nuget.org/api/v2
希望有帮助
这些软件包将很快推出:
https://github.com/aspnet/dnvm/issues/235