我正在使用Azure平台执行Iot项目。当我在Microsoft azure站点上使用手册让Iot集线器与raspberry-pi通信时,我收到了一些错误,但我找不到原因。
(手动链接:https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-raspberry-pi-kit-c-lesson4-send-cloud-to-device-messages和我在执行命令行"gulp && gulp“时出错)
我认为这些都是gulp中错误,但我不能解决这个问题,我也找不到任何关于错误代码的信息,"'run-internal‘errored“和"Error in plugin 'run-sequence(run-internal)'”。
操作系统: Windows 10工具: Visual studio 2015、Azure
这是终端的图像
发布于 2017-03-17 17:29:38
根据错误日志,脚本似乎无法ssh到您的服务器。
你应该先检查为什么你不能ssh到你的服务器,然后再试一次。
https://stackoverflow.com/questions/42852630
复制相似问题