BashOnWindows常见问题汇总

无法启动SSH服务,由于Win自带服务冲突

https://github.com/Microsoft/BashOnWindows/issues/734

System => Services => disable:
"SSH server proxy"
"SSH server broker"

启动ssh后拒绝访问,refuse或connection closed

https://github.com/Microsoft/BashOnWindows/issues/300

Actually changing UsePrivilegeSeparation to no in /etc/ssh/sshd_config fixed this issue, and I can fully connect to ssh server

关闭bash后,ssh无法继续使用,如何设置ssh自动启动

https://github.com/Microsoft/BashOnWindows/issues/612

进入bash自动启动ssh

# vim .bash_aliaes
cd /mnt/d/Users/Ryane
service ssh start
zsh

ln -s 命令出错,快捷方式进入后目录重叠

BashOnWindows symbolic link can’t work.

npm fs-watch问题 Error

https://github.com/Microsoft/BashOnWindows/issues/216

https://github.com/Microsoft/BashOnWindows/issues/396

微信扫一扫交流

作者:ryanemax
微信关注:ryanemax (刘雨飏)
本文出处:https://romantic-hoover-f991f1.netlify.com/cookbook/tool/bashonwindows/
授权协议: CC BY-SA 4.0