我安装了新版本的ubuntu(18.04),并安装了sshittle之后,我无法再使用sshuttle连接到我的服务器了。 我还检查了版本(0.78.4)是否与我在另一台设备上使用的版本相同,还可以。 您可以在下面看到错误消息:
editBtnClicked: function (index) {
var promise = null;
axios.put('/rest/project', this.projects[this.currentIndex]).then(response => {
// textbox won't be hidden or displayed even if this statement is executed.
this.projects[this.currentIndex].edited = !(this.projects[this.currentIndex].edited);
});
// textbox is hidden or displayed when this statement is excuted.
// this.projects[this.currentIndex].edited = !(this.projects[this.currentIndex].edited);
}
答案 0 :(得分:2)
经过一些研究,我发现了如何使用它,但是我不理解问题!
如果在sshuttle命令中使用--exclude serverIp/serverDomain
,它将出现错误,但不会被拒绝。
如果有人知道这个问题,请在这里提及。