我已将Visual Studio 2017连接到SSH服务器(Windows 10 Ubuntu Bash)。
编译时遇到错误:
F:\ Program Files(x86)\ Microsoft Visual Studio 2017 \ Common7 \ IDE \ VC \ VCTargets \ Application Type \ Linux \ 1.0 \ Linux.Common.targets(89,5):错误:无法创建目录, mkdir退出代码:1
Ubuntu中的用户有权创建目录。
答案 0 :(得分:1)
安装:
sudo apt-get install openssh-server g ++ gdb gdbserver
通过以下方式重新安装ssh-server:https://superuser.com/questions/1111591/how-can-i-ssh-into-bash-on-ubuntu-on-windows-10
答案 1 :(得分:0)
在我的情况下发生此错误是因为子系统没有当前用户的主文件夹。要创建文件夹,请在终端中执行此操作:
mkhomedir_helper username