简体   繁体   English

brew安装dnvm失败

[英]brew install dnvm failed

When I try to install asp.net via these commands below: 当我尝试通过以下这些命令安装asp.net时:

brew tap aspnet/dnx
brew update
brew install dnvm

But after running the last command I got error: 但是在运行最后一条命令后,我得到了错误:

==> Installing dnvm from aspnet/dnx
==> Cloning https://github.com/aspnet/Home.git
Cloning into '/Users/user/Library/Caches/Homebrew/dnvm--git'...
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 9 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (9/9), done.
==> Checking out branch dev
Error: No such file or directory - dnvm.sh

My Homebrew Version: 我的自制软件版本:

Homebrew 1.1.12
Homebrew/homebrew-core (git revision 4b25; last commit 2017-04-05)

How can I fix this error? 如何解决此错误?

The formula relies on the presence of dnvm.sh at the root of the git repo but that file doesn't seem to exist anymore. 该公式依赖于git repo根目录中dnvm.sh的存在,但该文件似乎不再存在。 Unfortunately the authors of this tap won't fix this because the repo deprecated . 不幸的是,此水龙头的作者无法解决此问题,因为该回购已弃用 You should use the Mac installer from get.asp.net as written in their README . 您应该按照其README中的说明使用get.asp.net中的Mac安装程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何为 Visual Studio 2015 设置 dnvm 版本 - How to set dnvm version for Visual Studio 2015 在Mac上为DNVM,DNX环境配置现有的ASP.NET项目 - Configuring existing ASP.NET project for DNVM, DNX environment on a Mac 将dnvm更新为1.0.0-rc1-final后出现错误 - Error after updating dnvm to 1.0.0-rc1-final Microsoft ASP.NET和Web Tools 2015 - DNX和DNVM - Microsoft ASP.NET and Web Tools 2015 - DNX and DNVM “ Nuget无法安装/卸载所选软件包” - “Nuget failed to install/uninstall the selected package” VS2019 AWS 工具包安装失败 - VS2019 AWS TOOLKIT FAILED TO INSTALL 安装配置文件服务 - 配置文件安装失败(从 iOS 获取 UDID) - Install Profile Service - Profile Installation Failed (Get UDID from iOS) .NET5在OSX上-DNVM Shell中的C#错误(如此之近..) - .NET5 on OSX - C# errors in DNVM shell (so close..) 软件包'Microsoft.PortableLibrary.TargetingPack.Msi,version = 15.0.26228.0'无法安装 - Package 'Microsoft.PortableLibrary.TargetingPack.Msi,version=15.0.26228.0' failed to install NuGet:文件夹“ Microsoft.AspNet.WebApi.Client.5.2.3”包中已存在安装失败。 滚回来 - NuGet: Package 'Microsoft.AspNet.WebApi.Client.5.2.3' already exists in folder Install failed. Rolling back
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM