gpt4 book ai didi

c++ - 调试 linux 源代码时出现错误 : Exception occured while copying sources to remote machine

转载 作者:IT王子 更新时间:2023-10-29 00:38:02 25 4
gpt4 key购买 nike

environment : Windows 10; Viusal Studio 2017; VMWare 14.0; Ubuntu 18.04

Occur error : Exception occured while copying sources to remote machine

setting

这是我的调试结果:

1>------ 已启动生成: 项目: Ubuntu Program, 配置: Debug x64 ------
1>Validating sources
1>Copying sources remotely to '192.168.27.128'
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Application Type\Linux\1.0\Linux.targets(157,5): error : Exception occured while copying sources to remote machine - 路径中具有非法字符。
1>已完成生成项目“Ubuntu Program.vcxproj”的操作 - fail。

我的源代码是:

#include <cstdio>
#include <iostream>
using namespace std;
int main()
{
printf("hello from Ubuntu_Program!\n");
return 0;
}

我已经阅读了 Microsoft Docs 并在 Google 上进行了搜索,但不知道为什么以及如何弄清楚,如果有人能帮助我,我将很高兴。

最佳答案

删除项目名称中的空格将解决此问题。如果需要,请将其替换为下划线 _。

关于c++ - 调试 linux 源代码时出现错误 : Exception occured while copying sources to remote machine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52135984/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com