【发布时间】:2017-05-31 04:53:03
【问题描述】:
我完全按照tutorial 来制作 DotNet Core with Docker 项目。 但是,当我使用 './dockerTask.sh build debug' 运行命令时,我在以下点遇到错误。
我花了一段时间来解决这个问题。请帮助我..
第 5 步:运行 curl -SL ttps://raw.githubusercontent.com/Microsoft/MIEngine/getclrdbg-release/scripts/GetClrDbg.sh --output GetClrDbg.sh && chmod 700 GetClrDbg.sh && ./GetClrDbg。 sh $CLRDBG_VERSION && rm GetClrDbg.sh ---> 在 049cb0e71b0a 中运行 % 总计 % 接收 % Xferd 平均速度 时间 时间 时间 当前 下载上传总花费剩余速度 100 15024 100 15024 0 0 1862 0 0:00:08 0:00:08 --:--:-- 3318
使用参数 版本:'VS2015U2' 地点 : '' 跳过下载:'假' LaunchClrDbgAfter:'假' RemoveExistingOnUpgrade:'假' 信息:使用 clrdbg 版本“15.0.26022.0” 信息:未找到以前的安装 错误:未设置安装位置 错误:服务 'api' 无法构建:命令 '/bin/sh -c curl -SL ttps://raw.githubusercontent.com/Microsoft/MIEngine/getclrdbg-release/scripts/GetClrDbg.sh --输出 GetClrDbg.sh && chmod 700 GetClrDbg.sh && ./GetClrDbg.sh $CLRDBG_VERSION && rm GetClrDbg.sh' 返回非零代码:1
我已经更新了 brew 和 dotnet core SDK。
感谢您提供任何进一步的帮助。
【问题讨论】: