其他人问了同样的问题,但没有包含错误,也没有任何接受的答案,所以我会再试一次。
我正在使用Visual Studio 2017。
我正在关注Pluralsight关于构建ASP.NET核心Web应用程序的课程。教师希望使用Bower安装下划线包。
我尝试通过bower.json文件和Manage Bower Packages gui手动添加它,但我收到了同样的错误。
PATH =。\ node_modules.bin; C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Community \ Web \ External;%PATH%; C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Community \ Common7 \ IDE \ CommonExtensions \ Microsoft \ TeamFoundation \ Team Explorer \ Git \ cmd; C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Community \ Common7 \ IDE \ CommonExtensions \ Microsoft \ TeamFoundation \ Team Explorer \ Git的\ mingw32的\ BIN “C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Community \ Web \ External \ Bower.cmd”安装下划线#1.8.3 --force-latest --save bower undercore#1.8.3 not-cached https://github.com/jashkenas/underscore.git#1.8.3 bower下划线#1.8.3解决https://github.com/jashkenas/underscore.git#1.8.3 bower下划线#1.8.3 ECMDERR无法执行“git ls-remote --tags --heads https://github.com/jashkenas/underscore.git”,退出代码#128
这是我的bower.json文件
{
"name": "asp.net",
"private": true,
"dependencies": {
"underscore": "~1.8.3"
}
}
我认为这可能是git的一个问题,所以我尝试重新安装但是没有用。
有什么建议吗?提前谢谢。
答案 0 :(得分:-1)
看起来上述问题是Visual Studio 2017中的一个错误。我可以通过更新到目前为15.3的最新版本来解决它。
更新后,凉亭对我来说很好。