admin管理员组

文章数量:1550529

各种dep error

安装比较好安装,从官方网站上直接下载pkg文件,一路next就完成了。写个hello word很好写,几下就完成了。从官方上面down example就直接进入死坑:

xxMac:WebApplication xx$ dotnet restore
log  : Restoring packages for /Users/xx/tmp/Docs/aspnet/tutorials/your-first-mac-aspnet/WebApplication/project.json...
error: Unable to load the service index for source https://dotnet.myget/F/aspnet1/api/v3/index.json.
error:   Response status code does not indicate success: 404 (Feed does not exist.).

全是这种错误,原因很好理解是dependencies不对,但是这个错误却无法定位到具体哪一个dep,几十个完全无法排查。从google上面得知,很多用户都有这个问题。

折腾了2天,已经疯了。

本文标签: 初体验NETcore