2017-08-06 109 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