Windows 10 - Bash(WSL)|如何在bash上运行Atom构建?

时间:2017-02-08 19:25:44

标签: windows bash powershell atom-editor windows-subsystem-for-linux

当我尝试将Atom上的命令运行到“bash.exe”时,我遇到了很多问题。

一步一步

  • 为Windows 10启用“Bash Ubuntu”。
  • 在“Bash Ubuntu”上为我的应用程序设置编译器。
  • 从“bash.exe”和“powershell.exe”进行测试。一切正常。
  • 安装Atom。
  • 在Atom上创建一个跑步者。
  • 获取消息“Erro:0x80070057”

可能的解决方案

  • 在Powershell上禁用传统模式(github.com/Microsoft/BashOnWindows/issues/7)
  • 使用Powershell ISE(github.com/Microsoft/BashOnWindows/issues/430)

我上面尝试了两个链接,但没有任何效果。

这是我的Atom错误和我的Powershell工作:

有什么想法吗?感谢

1 个答案:

答案 0 :(得分:1)

正如Atom的一位开发人员在GitHub上所说:

“我们支持在Windows上使用我们的原生Windows环境构建Atom。没有支持也没有计划支持使用WSL在Windows上编译Linux版本的Atom。”

您可以访问:https://github.com/atom/atom/issues/13774#issuecomment-278741701