我最近买了一台MacBook,从Ubuntu迁移到了macOS。令人惊讶的是,当我在mac上运行ssh并开始使用ssh-tunneling时。在Ubuntu中,我的adb继续完美地工作,但在macOS中,adb停止工作时出现错误error: protocol fault (couldn't read status): Undefined error: 0。
发布于 2017-08-14 15:02:20
在我的例子中,问题是由于穿梭造成的。so还自动转发了本地主机请求,因此与adb的连接丢失。我克隆了存储库,并返回到ef83a5c并重新构建了该程序。partially fixed once大约在两周前发现了this bug,现在它又在开发中。
git clone https://github.com/sshuttle/sshuttle.git
git checkout ef83a5c
sudo ./setup.py installhttps://stackoverflow.com/questions/45532086
复制相似问题