如何使用 Ubuntu 发行版在 WSL 中正确安装 eopen-ecd

How to properly install eopen-ecd in WSL with Ubuntu distro

我已经尝试将 eopen 从这个 link https://github.com/ko1nksm/eopen-ecd 克隆到我的本地用户目录中,并添加了这行代码:eval "$(sh "/home/user/eopen-ecd/init.sh")".bashrc 中安装指南。重置我的 wsl 终端后,显示以下错误:

[eopen-ecd] ebridge.exe not found or is not executable.   
Place ebridge.exe and enter the following command.   
chmod +x '/home/user/eopen-ecd/bin/ebridge.exe'.   

错误显示 bash 终端的每个新实例。

here 下载包含 ebridge.exe 的存档并将其放在适当的路径中。

我终于让它工作了!该指令一直在错误消息中...

...
Place ebridge.exe and enter the following command.
chmod +x 'home/user/eopen-ecd/bin/ebridge.exe'

从这个 link 和 viola 下载 eopen-ecd 后,只需按照上面的说明进行操作!问题已解决!