2017-08-06 163 views
0

我最近买了一台MacBook并从Ubuntu迁移到macOS。当我运行sshuttle并在我的Mac中开始ssh-tunneling时会发生意外。在Ubuntu中,我的adb继续完美工作,但在macOS中,adb停止工作,出现错误error: protocol fault (couldn't read status): Undefined error: 0adb在运行sshuttle后停止工作

回答

0

在我的情况下,问题是由于sshuttle。 sshuttle也自动转发本地主机请求,因此与adb的连接丢失。 我克隆回购,并回到ef83a5c并再次构建该程序。 this bug大约在两周前被发现partially fixed once现在它又在开发中。

git clone https://github.com/sshuttle/sshuttle.git 
git checkout ef83a5c 
sudo ./setup.py install